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
 General SQL Server Forums
 New to SQL Server Programming
 master db corrupts

Author  Topic 

kid_on_the_block
Posting Yak Master

172 Posts

Posted - 2005-12-06 : 14:36:01
What if the master db gets corrupted can we still re-cover our user databases


Thanks

X002548
Not Just a Number

15586 Posts

Posted - 2005-12-06 : 14:53:54
master needs to be recovered first...are you backing up master?



Brett

8-)

Hint: Want your questions answered fast? Follow the direction in this link
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx

Add yourself!
http://www.frappr.com/sqlteam
Go to Top of Page

sachinsamuel
Constraint Violating Yak Guru

383 Posts

Posted - 2005-12-08 : 01:26:58
If you don't have the backup for master database then the only solution will be to rebuild it. This can be done using rebuildm.exe.

Please check the below ling for more details.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/howtosql/ht_install_8w8p.asp


Regards
Sachin

Don't sit back because of failure. It will come back to check if you still available. -- Binu
Go to Top of Page
   

- Advertisement -