Restoring SQL Server backup to Azure SQL Database

前端 未结 4 738
北荒
北荒 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:27

    If you already have a database on local machine then you can migrate it directly on Azure using SQL Management Studio. Follow these steps:

    Right click on the database name in SSMS:

    Follow the wizard that appears then.

    If you're running SSMS v17 you can configure the Azure SQL database edition, size and service objective.

提交回复
热议问题