Import .bak file to a database in SQL server

前端 未结 12 1764
悲哀的现实
悲哀的现实 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:16

    .bak files are database backups. You can restore the backup with the method below:

    How to: Restore a Database Backup (SQL Server Management Studio)

提交回复
热议问题