![]() |
#9 |
Участник
|
Цитата:
Maintaining Statistics for Navision Databases To update the statistics: 1 Open the SQL Query Analyzer. 2 Select the database that contains the statistics you want to update. 3 Run one of the following queries: update statistics [table name] – to update the statistics for a single table. sp_updatestats – to update the statistics for all the tables.. |
|