Question : Restoring MSSQL 2000 databases to MSSQL 2005

I have just freshly set up MSSQL 2005 Std SP3 in a Win 2008 Svr Std R2 server box.
I aim to copy (or restore? - not move) backups of the database from a production server.
The production server is a MSSQL 2000 SP4.
The idea is to test and iron out any compatibility issues prior to upgrading the production server to MSSQL 2005 with regard to an application.
Presumably this can be done?
And that apart from the production database, the system databases (msdn and master) will also have to be copied over?
I would really appreciate some guidelines as to how best I should go about it.
Thanks in advance.

Answer : Restoring MSSQL 2000 databases to MSSQL 2005

>> Presumably this can be done?

Yes, you can Backup & Restore the 2000 databases in 2005 server.
Alternatively, You can also perform Detach and Attach databases.
Kindly let me know if you need any help on that.

>> And that apart from the production database, the system databases (msdn and master) will also have to be copied over?

Not recommended to move 2000 system databases to 2005 system databases.
Instead perform the following:

1. Create all jobs present in 2000 server to 2005 server
2. Create Integration packages if any as SSIS packages
3. Create Maintenance plans and Agent jobs if any present in 2000 server
4. Transfer logins from 2000 server using the script provided here

http://support.microsoft.com/kb/246133
Random Solutions  
 
programming4us programming4us