Viewing 4 posts - 1 through 4 (of 4 total)
I restored a copy of the corrupted msdb on my local server and I run this query
ALTER DATABASE msdb
SET single_user WITH ROLLBACK IMMEDIATE;
go
DBCC checkdb ('msdb', repair_allow_data_loss);
go
ALTER DATABASE msdb
SET Multi_user WITH...
May 12, 2010 at 3:02 pm
Thanks, I tried what you suggested.
These are the steps I used.
- In SQL Server Enterprise Manager, right-click the server name and
click Properties.
- On the General tab, clicked Startup...
May 11, 2010 at 1:12 pm
Thanks for you response. In rebuilding can I just run the instmsdb.sql script? I can recreate the jobs if it gets wiped out.
May 11, 2010 at 9:00 am
Good Script.
My question is I have some reference tables in my Database. All other databases can be cleared with the exception of the reference tables.
Any help on that.
Thank you.
KP
April 14, 2008 at 10:42 am
Viewing 4 posts - 1 through 4 (of 4 total)