Unable to bring the database online

  • Hi,

    I'm trying to bring the database online using

    Restore database Mydb

    with recovery.

    But I'm getting the below error. How to find which backup set was interrupted in-order to bring the database online.

    Msg 4319, Level 16, State 4, Line 1

    A previous restore operation was interrupted and did not complete processing on file 'Mydb_data'. Either restore the backup set that was interrupted or restart the restore sequence.

    Msg 3013, Level 16, State 1, Line 1

    RESTORE DATABASE is terminating abnormally.

    thanks

  • Run the following:

    select * from msdb.dbo.restorehistory

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

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