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
 General SQL Server Forums
 New to SQL Server Programming
 3013 error

Author  Topic 

dbrantley
Starting Member

4 Posts

Posted - 2009-06-17 : 14:43:58
I am getting "the log differential backup cannot be restored because no files are ready to rollforward" after I run this script:

RESTORE DATABASE applookup
FROM
DISK = 'z:\applookup.bkp'
WITH REPLACE,
RECOVERY

Please help :)
   

- Advertisement -