How to restore to a different database in sql server?

后端 未结 10 1612
忘掉有多难
忘掉有多难 2020-11-29 14:39

I have a backup of Database1 from a week ago. The backup is done weekly in the scheduler and I get a .bak file. Now I want to fiddle with some

10条回答
  •  隐瞒了意图╮
    2020-11-29 15:08

    • I have the same error as this topic when I restore a new database using an old database. (using .bak gives the same error)

    • I Changed the name of old database by name of new database (same this picture). It worked.

提交回复
热议问题