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 |
merk105
Starting Member
1 Post |
Posted - 2008-08-13 : 20:20:56
|
We have many customers with SQL servers onsite. When there is a server failure MSDB is corrupted and its not backed up. Is there an easier method for re-attaching a new msdb? instead of re-installing the whole lot?. Many thanksAlex |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-08-13 : 22:23:11
|
Yes, sql comes with script to recreate msdb. It's instmsdb.sql in C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Install. |
 |
|
|
|
|