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