Import .bak file to a database in SQL server

前端 未结 12 1758
悲哀的现实
悲哀的现实 2020-12-22 17:51

I have a file with .bak extension.

How can I import this date to a database in SQL Server?

12条回答
  •  春和景丽
    2020-12-22 18:10

    Instead of choosing Restore Database..., select Restore Files and Filegroups...

    Then enter a database name, select your .bak file path as the source, check the restore checkbox, and click Ok. If the .bak file is valid, it will work.

    (The SQL Server restore option names are not intuitive for what should a very simple task.)

提交回复
热议问题