Bypassing recovery..marked IN LOAD

  • I restored my db backup. It terminates abnormally with the this error in the logs:

    Bypassing recovery for database '5_22_06' because it is marked IN LOAD.

    I have specified With Recovery. There is only one file in the Backup. Could this be caused by a corrupt backup?  Is there any way to load the database after this backup has run even though it has terminated abnormally?

     

  • Are you sure the database finished loading? How long did it take to make the backup and how long has the restore gone on?

    You might try running just:

    RESTORE DATABASE dbname

    WITH RECOVERY

    (Change dbname to your real database name).

    You might also try posting your RESTORE command so we can see if there was anything wrong with it (syntax errors).

    -SQLBill

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply