July 2018
Intermediate to advanced
398 pages
7h 43m
English
The
conventional database backup statement doesn't work in Azure SQL Database. The manual backup consists of exporting the database as a DACPAC (data and schema) or BACPAC (schema) and
bcp out the data into
csv files.
The manual backups can be performed in the following ways:
sqlpackage.exeIn this section, we will backup the Azure SQL
toystore database using SSMS.
Read now
Unlock full access