Steffi1013
MIS
I am doing an migration from SQL 2K to 2K5 and was wondering if there is anything I am missing. I am moving it from one server to a brand new super powerful server and have tested it many times but wanted to double check that I am not missing anything important.
1. Detach old DB and reattach to new server
2. Change owner of db
3. Run login script
4. Change DB's to 9.0 compatability
5. Run DBCC UpdateUsage
6. Run DBCC CheckDB
7. Run DBCC CheckCatalog
8. Run Update Statistics with Full Scan
9. Run Reindex on all Tables
Is there a different order for the dbcc's that I should be running them or should I run other ones?
Any help would be appreciated.
TIA
1. Detach old DB and reattach to new server
2. Change owner of db
3. Run login script
4. Change DB's to 9.0 compatability
5. Run DBCC UpdateUsage
6. Run DBCC CheckDB
7. Run DBCC CheckCatalog
8. Run Update Statistics with Full Scan
9. Run Reindex on all Tables
Is there a different order for the dbcc's that I should be running them or should I run other ones?
Any help would be appreciated.
TIA