May 30, 2010 at 11:29 pm
To SQL Experts:
I am using MS SQL 7. I have scheduled jobs (full backup to my backup server). Unfortunately, this past few days, the scheduled jobs were not successfully executed. As I investigate the problem, I notice that the msdb database was in 'Suspect' mode. The reason I can't start the SQLSErverAgent. Please advise how can I start the SQLServerAgent so I can execute the said jobs. Thank you in advance.
God Bless..
Kind Regards,
Leny Mendoza
May 30, 2010 at 11:41 pm
Restore MSDB from last good backup.
You do have backups of MSDB, don't you?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 30, 2010 at 11:48 pm
you mean, I'll resotre the msdb from my backup server to the production? is it safe to do so? Thanks.
May 31, 2010 at 1:26 am
No, not at all.
I mean you need to restore from the database backups that you have taken of MSDB. As in RESTORE DATABASE msdb FROM ...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 31, 2010 at 1:40 am
OMG..i dont have a backup of the msdb alone..
only the mdf file..
is there other way to do it?
My apology..im still new to database administration..huhu...thanks a lot for the support..
May 31, 2010 at 1:47 am
Then you will need to rebuild MSDB. You will lose all of your jobs, all of your backup history. I hope you have the jobs scripted somewhere.
I have no clue offhand how to rebuild MSDB in SQL 7. I suggest you hit google see if you can find any hits for a rebuild script for SQL 7, I'll ask some friends.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
May 31, 2010 at 3:08 am
thanks for the support..
:(, i hope you could still help me..
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply