Here’s the steps:

  1. Make a backup of your database on SQL 2000
  2. Then move the backup to the new SQL Server 2005 server
  3. Perform a restore in the SQL Server 2005.
  4. The database will be up instantly.
  5. Set the compatibility level of the new database that is created in SQL 2005 so that it match SQL 2000 before performing the restore process.

PS:

  1. But remember that You can’t backup database on 2005 and restore it to 2000 since there is no backward compatibility works.
  2. Do not forget to map the user to the database too.

Tags: , , ,