Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Error 927

Author  Topic 

YogeshDesai
Posting Yak Master

136 Posts

Posted - 2007-11-26 : 09:31:36
Hi Guys,

I was just checking my DR server, I found that one database is in still loading status.
when I am trying to open database getting the following error

Error 927: Database 'XXXXXXX' cannot be opened. It is in the middle of a restore.

anybody help me to fix this.

SQL IN Minds

spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2007-11-26 : 11:51:58
it's waiting for you to finish restoring it.
if you don't want to restore any more transaction log backups or differential backups
use
RESTORE DATABASE yourDB WITH RECOVERY

_______________________________________________
Causing trouble since 1980
blog: http://weblogs.sqlteam.com/mladenp
SSMS Add-in that does a few things: www.ssmstoolspack.com
Go to Top of Page
   

- Advertisement -