|
My Sql Server instance is down and I am not able to connect to it through Management Studio. Users are telling that they are not able to connect to their database. Now, I need to bring the database up and recover to the point in time. I am taking full backup every night and transaction log backup every hour. How should I approch now?
(comments are locked)
|
|
Is the instance back up? This is your first and foremost issue (if not) because you won't be able to do anything until that is resolved. Any errors in the event viewer? What have you tried already? If you try to restart the service what happens? At some point, you will also need to determine when the server went down as that will tell you when you'll need to restore to. Also, have you verified that your backups are valid? Have you restored them somewhere else? Reminds me of "Don't worry about a backup plan - worry about a recovery plan." Because that'll dictate your backup plan for you... Good point about testing the backups by restoring them elsewhere - there's no point in having untested backups, or backups that can't be recovered.
Apr 08 '12 at 04:40 PM
ThomasRushton ♦
Thanks! I like the quote. Hadn't heard it in that way before but I'll definitely remember it!
Apr 08 '12 at 04:45 PM
JohnM
(comments are locked)
|
|
First step: Can the instance be brought back up? Is it something as simple as someone switching off the server, or has something gone more seriously wrong? If you can't bring the server back online (within a reasonable timeframe), then you need to recover your backups to a new server/instance. First restore the full backup, then all the transaction log backups in the order that they were taken. If you can bring the old server up for long enough, try generating a tail-log backup - http://msdn.microsoft.com/en-us/library/ms179314.aspx - and restore that on your new server to bring everything back to the most recently committed transactional state.
(comments are locked)
|
|
no the instance is not up yet, when I try to connect the instance, I got the error: that network drives are inaccesible. And this might be due to the datafiles residing over there..... What can be done?? Also, the backups are good and tested on other server......
(comments are locked)
|
|
If the instance is not running then you need to locate it in the Services on the server and start it
(comments are locked)
|
(comments are locked)
|
1 2 next page »

