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 2005 Forums
 SQL Server Administration (2005)
 Master Database Restore

Author  Topic 

juancabrera
Starting Member

30 Posts

Posted - 2009-04-23 : 14:32:26
I have restored master databases on the same box before. However, I am trying to restore to our Disaster Recovery box. This box has a different server name, would this generate a problem when trying to restore the master database? Does the master database contain server name or specific server information? For instance, certificate information? I wouldn't think so, but I want to make sure before I start building our DR environment. Thanks.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-04-23 : 15:46:20
The only thing that's important when doing the master restore is that the paths are the same between the two servers.

I did see a thread a while back that showed how you can fix master if they paths are the same, but the procedure was lengthy and was just too much risk for my systems.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

juancabrera
Starting Member

30 Posts

Posted - 2009-04-23 : 16:53:10
tkizer,

Thanks for your reply. I have managed to restore the master db in the past even if the paths were not the same using sql cmd. I just had to alter the system databases and modify their paths, as well remember to do the systemresources db which is new in 2005. I just have not done this on a box that has a different name, but I was just curious of that mattered. Thanks for your input.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-04-23 : 23:11:04
That's exactly the stuff I'm saying is risky. It doesn't matter if you can do it successfully each time, it's still risky to update system databases manually.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -