Friday, May 8, 2015

Migrating From MSSQL 2008 to MSSQL 2014

Some things I can think of, I'm sure others will have more

Before the Upgrade

Post Upgrade

  • Ensure the database owner is correct, it will take the name of the user who performs the restore, you'll probably want to change this
  • Change the compatibility level of the database to 2014 (you'll want to have tested this as part of your prep) ()
  • Update all of the statistics in your database for all databases
  • Run a DBCC CHECKDB WITH DATA_PURITY for all databases
  • Run DBCC UPDATEUSAGE for all databases

No comments:

Post a Comment