Migrating SQL Server Databases – The DBA’s Checklist (Part 2)
- by Sadequl Hussain
Continuing from Part 1 , our Migration Checklist continues:
Step
5: Update statistics
It is always a good idea to update the
statistics of the database that you have just installed or migrated. To do
this, run the following command against the target database:
sp_updatestats
The sp_updatestats system stored
procedure runs the UPDATE…