Restoring SQL Server backup to Azure SQL Database

前端 未结 4 745
北荒
北荒 2020-12-24 05:04

Is there a way to simply take a SQL backup .bak file, and using that as a restore point to generate a new database on Azure SQL Database?

The wizard that I see gen

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-24 05:22

    Azure SQL Database does not currently support that functionality. The only method to restore in Azure SQL Database is import from BACPAC files - you can migrate to Azure SQL DB using BACPAC files by following this guide: https://azure.microsoft.com/en-us/documentation/articles/sql-database-cloud-migrate/

    The other options is to use SQL Server in a VM, which would enable a restore of a .bak file

提交回复
热议问题