Creating new database from a backup of another Database on the same server?

前端 未结 4 1748
感动是毒
感动是毒 2020-12-07 18:32

I am trying to create a new database from an old backup of database on the same server. When using SQL server management studio and trying to restore to the new DB

4条回答
  •  甜味超标
    2020-12-07 19:06

    I think that is easier than this.

    • First, create a blank target database.
    • Then, in "SQL Server Management Studio" restore wizard, look for the option to overwrite target database. It is in the 'Options' tab and is called 'Overwrite the existing database (WITH REPLACE)'. Check it.
    • Remember to select target files in 'Files' page.

    You can change 'tabs' at left side of the wizard (General, Files, Options)

提交回复
热议问题