Question : SQL Server 2005 stuck in restoring mode

Hi,

I restored a db from backup and applied logs to the last one, however, I forgot to do the last log with RECOVERY

I did the following to the last log:

RESTORE LOG CLAW
FROM DISK = 'E:\SQL\TempBackup\claw_201008181100.trn'
WITH NORECOVERY

How do I bring the db to recovered mode?

Thanks,
D

Answer : SQL Server 2005 stuck in restoring mode

Well,

No you cannot. The previous versions is actually only usefull for documents that do change over time (and are included in the snapshots). It doesn't work as fallback in case you deleted an item (that's why there's a recycle bin ;))

When you need to recover it, there are plenty of tools available that will allow you to recover it.

Michael
Random Solutions  
 
programming4us programming4us