January 18, 2012 at 12:22 am
ms db crash
what we will do
how to restore ?
January 18, 2012 at 1:37 am
anilr71 (1/18/2012)
ms db crash
What do you mean with "crash"? Database is suspect? The instance does not start? You found corruption with CHECKDB?
In order to restore the database you can issue a RESTORE DATABASE command.
-- Gianluca Sartori
January 18, 2012 at 2:17 am
You will also need to stop the SQL agent if it's it still running.
January 18, 2012 at 2:23 am
Have you tried a reboot? :w00t:
I think a lot more detail on the problem is needed in order to help you.
January 18, 2012 at 2:32 am
vultar (1/18/2012)
You will also need to stop the SQL agent if it's it still running.
There's no need to. I would not recommend this (or anyhing else) until the OP comes back with more details.
-- Gianluca Sartori
January 18, 2012 at 2:33 am
Robert Murphy UK1 (1/18/2012)
Have you tried a reboot? :w00t:I think a lot more detail on the problem is needed in order to help you.
No, please, don't reboot. Leave the instance online and take NO ACTION unless you know exactly the implications.
-- Gianluca Sartori
January 18, 2012 at 3:50 am
anilr71 (1/18/2012)
ms db crashwhat we will do
how to restore ?
Do you have the backup of your msdb database?
Considerations for Restoring the model and msdb Databases :-
January 18, 2012 at 4:31 am
vultar (1/18/2012)You will also need to stop the SQL agent if it's it still running.
There's no need to. I would not recommend this (or anyhing else) until the OP comes back with more details.
Sorry, I should have probably added that this needs to be done as part of the msdb restoration process..
January 18, 2012 at 4:34 am
vultar (1/18/2012)
vultar (1/18/2012)You will also need to stop the SQL agent if it's it still running.
There's no need to. I would not recommend this (or anyhing else) until the OP comes back with more details.
Sorry, I should have probably added that this needs to be done as part of the msdb restoration process..
That's assuming that MSDB has crashed, not an MS (Microsoft) DB
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
January 18, 2012 at 5:00 am
That's assuming that MSDB has crashed, not an MS (Microsoft) DB
Good point.. I misread the original post! :blink:
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply