Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Backup & Restore Question

Author  Topic 

tocroi72
Yak Posting Veteran

89 Posts

Posted - 2005-09-22 : 10:11:52
Hello all,
I want to move all databases to a different server. I know how to do it on a single database. My question is , which one i have to restore first? the master database or user databases

Thanks for your helps.

Sharky
Starting Member

23 Posts

Posted - 2005-09-22 : 10:22:58
I would do the system databases first, then let the sql restore maintain them when the user databases are restored. You can also just detach all the databases and move the files to the new server and attach them again.
Go to Top of Page

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-09-22 : 10:25:35
Here are more options
http://support.microsoft.com/default.aspx?scid=kb;EN-US;314546

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

tocroi72
Yak Posting Veteran

89 Posts

Posted - 2005-09-22 : 10:55:10
Thanks for your suggestion. Appreciate them.
Go to Top of Page
   

- Advertisement -