|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 27, 2011 11:29 AM
Points: 3,
Visits: 16
|
|
I am using SQL Server 2008 Enterprise Edition 64 bit.
I am running full SQL DB backup nightly and transaction log backup hourly against a Dynamics Application database (accounting data).
The users wanted to restore back to 9:00 AM ET on 2/17.
I started the restore at 9:30 AM ET on 2/17 and the system replied that the restore completed successfully within 5 minutes. When the users went to login to the application and connect to the database they received errors.
I opened Management Console and noticed the database is flagged as (Restoring).
I attempted to restore again and it completed successfully but the database is still flagged as (Restoring).
I tried restarting the SQL Service and restarting the server. No luck.
I also tried taking the database offline. No luck.
Any suggestions would be greatly appreciated.
Thanks...J
|
|
|
|
|
SSC-Insane
         
Group: General Forum Members
Last Login: Yesterday @ 2:27 PM
Points: 21,357,
Visits: 9,537
|
|
Did you restore with the norecovery option?
If you did, just do this :
restore dbname with recovery
That is the full lenght of my knowledge on the subject... hoping it works for you.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 27, 2011 11:29 AM
Points: 3,
Visits: 16
|
|
I tried RESTORE WITH RECOVERY and RESTORE WITH NONRECOVERY and the database is stilled flagged as (Restoring).
Your suggestion lead me to try and restore to an hour earlier and to not use the "To a Point in Time" diagloue but instead to check the boxes next to the DB and Log backups that I wanted to restore.
I think SQL 2008 may have some issues with point in time recovery.
Thanks for your suggestion. This issue is resolved.
J
|
|
|
|
|
SSC-Insane
         
Group: General Forum Members
Last Login: Yesterday @ 2:27 PM
Points: 21,357,
Visits: 9,537
|
|
| Lol, I'm glad you got it working.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 12:47 PM
Points: 37,730,
Visits: 29,992
|
|
Were there any messages in the error log concerning the restore?
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, April 27, 2011 11:29 AM
Points: 3,
Visits: 16
|
|
| No entries in the event log.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 12:47 PM
Points: 37,730,
Visits: 29,992
|
|
No entries in the event log.
Did you look in the windows event log or the SQL error log? There should be at least one entry in the log for the restore.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|