We have a server running sql 2000 Enterprise with 5 different application databases. We need to migrate to SQL 2005 Standard. I would like to do the following, but was wondering if there is a better recommendation. I have already tested this on a test server.
1. Backup server and all databases (including mdfs with services stopped).
2. Install SQL 2005 as named instance on server. This will keep sql 2000 active so apps still working.
3. Detach databases one at a time and attach to sql 2005 one at a time, then modify application's to point to new instance. This will prevent me from having to move them all at once.
4. Once all databases have been moved successfully, remove sql 2000. I assume this will have NO affect on the sql 2005 installation?
1. Backup server and all databases (including mdfs with services stopped).
2. Install SQL 2005 as named instance on server. This will keep sql 2000 active so apps still working.
3. Detach databases one at a time and attach to sql 2005 one at a time, then modify application's to point to new instance. This will prevent me from having to move them all at once.
4. Once all databases have been moved successfully, remove sql 2000. I assume this will have NO affect on the sql 2005 installation?