Import .bak file to a database in SQL server

前端 未结 12 1766
悲哀的现实
悲哀的现实 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 17:56

    You can simply restore these database backup files using native SQL Server methods, or you can use ApexSQL Restore tool to quickly virtually attach the files and access them as fully restored databases.

    Disclaimer: I work as a Product Support Engineer at ApexSQL

提交回复
热议问题