To update the statistics for the INOW database tables, complete the following steps.
Note: During this process, the
system performs a full scan of tables and indexes, so the time it
takes to complete this action varies based on the size of the database.
- Copy and paste the following command set in the Query tab.
USE INOW GO EXEC sp_MSforeachtable 'UPDATE STATISTICS ? WITH FULLSCAN' GO
- On the toolbar, click Execute.