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.
Author |
Topic |
putane.sanjay
Yak Posting Veteran
77 Posts |
Posted - 2007-03-27 : 07:06:28
|
Hi, suppose master database get damaged and there is no backup of master database and user defined databases are having backup then how can we build the master database,what could be the impact on the user defined databases, whether user defined databases will work properly once the master database is rebulid.please suggest me |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-03-27 : 07:10:40
|
Rebuild the master database using the Rebuild master utility and once master database is up, restore user database from their backups.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
|
|