How to use *.backpac to recreate the database

How to use *.backpac to recreate the database

Mar 04, 2018, 12:00 AM

Create an azure database server, don’t create database.

Upload *.backpac to Azure Blob if don’t have it, create one

Use import database select *.backpac from the Blob

Select Chinese_PRC_CS_AS for collation if your database is using chinese character

Management Tools

Azure Data Studio