I'm new at this, so bear with me,
we have a database that was corrupt, and we are tring to restore it,
- database name is "db"
we have the database bakckup "db.bak" and the transaction log bakup, "db.trn"
here is what i did to restore,
i deleted the old database >> created a new one >> right click on the database "db" >> all tasks >> restore option >> from device >> selected the file "db.bak" (with database complete Checked) >> the process was finshed succesfully)
Now i did the same thing for the transaction log, the only differennt i chose "db.trn" (under the restore backup set option, having "transaction log" checked >> and i got this error:
" the preceding restore operation did not specify WITH NORECOVERY or WITH STANDBY. Resart the restore sequence, spcifying WITH NORECOVERY or WITH STANDBY for all but the final step. RESORE LOG is terminating abnoramlly."
i'm not too sure how to restart the operation with NORECOVERY, can't find any option for that, i did some reading and i think it could be done thru scripts, but i'm not sure what to have in the script, and where to execute it,
Any help will be greatly appreciated
we have a database that was corrupt, and we are tring to restore it,
- database name is "db"
we have the database bakckup "db.bak" and the transaction log bakup, "db.trn"
here is what i did to restore,
i deleted the old database >> created a new one >> right click on the database "db" >> all tasks >> restore option >> from device >> selected the file "db.bak" (with database complete Checked) >> the process was finshed succesfully)
Now i did the same thing for the transaction log, the only differennt i chose "db.trn" (under the restore backup set option, having "transaction log" checked >> and i got this error:
" the preceding restore operation did not specify WITH NORECOVERY or WITH STANDBY. Resart the restore sequence, spcifying WITH NORECOVERY or WITH STANDBY for all but the final step. RESORE LOG is terminating abnoramlly."
i'm not too sure how to restart the operation with NORECOVERY, can't find any option for that, i did some reading and i think it could be done thru scripts, but i'm not sure what to have in the script, and where to execute it,
Any help will be greatly appreciated