I’d like to know what should I prepare and pay special attention to in migrating and consolidating the SQL Server 2000 database into SQL Server 2005 ? From what I can think of now is that manual Backup and restore is the way to go here.

Any kind of help and suggestion would be greatly appreciated.

Thanks.

link|improve this question

72% accept rate
feedback

2 Answers

up vote 3 down vote accepted

I normally use the backup and restore method, set the compatibility level to SQL 2005, and run DBCC UPDATEUSAGE (0);

link|improve this answer
ah.. that does make sense Joe. many thanks for the suggestion ! – Albert Widjaja May 4 '11 at 4:43
Glad to help... – joeqwerty May 4 '11 at 11:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.