SQL-Server: The backup set holds a backup of a database other than the existing

前端 未结 24 1823
天命终不由人
天命终不由人 2020-12-07 06:49

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

24条回答
  •  隐瞒了意图╮
    2020-12-07 07:33

    First create a blank database of the same name. Then go for the restore option

    Under Options on the left pane don't forget to select

    • Overwrite the existing database
    • Preserve the replication settings

    enter image description here

    That's it

提交回复
热议问题