I am trying to restore a SQL Server backup file for my database, but it is throwing an error as follow:
The backup set holds a backup of a database ot
This helped me to import the back-up file from the system drive
Before doing anything else, confirm if your backup is Full or Differential. If you're trying to create a new database out of a differential backup, no matter what you do you will encounter the error.
I had to create new db on my local for testing & i had a back up from my prod. I created the db first and tried to run the BAK on top of the new db which produced this error for me. I deleted the db and restored it while sourcing the new db name in the restore screen itself. The db was automatically created on restore.
instead of click on Restore Database click on Restore File and Filegroups..
thats work on my sql server
I too came across this issue.
Solution :
.bak
file on to it.Have facing same problem and found the solution by doing this, using SSMS 2014
- Just select the Option Overwrite the existing database(WITH REPLACE)