Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Professional Azure SQL Database Administration

You're reading from   Professional Azure SQL Database Administration Equip yourself with the skills you need to manage and maintain your SQL databases on the Microsoft cloud

Arrow left icon
Product type Paperback
Published in Jul 2018
Publisher Packt
ISBN-13 9781789538854
Length 398 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Ahmad Osama Ahmad Osama
Author Profile Icon Ahmad Osama
Ahmad Osama
Arrow right icon
View More author details
Toc

Manual Backups

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:

  • Export BACPAC to Azure Storage Account using The Azure portal
  • Export BACPAC to Azure Storage Account using PowerShell
  • Export BACPAC or DACPAC to an on-premises system using sqlpackage.exe
  • Export BACPAC using SQL Server Management Studio

Backing up the Azure SQL Database using SSMS

In this section, we will backup the Azure SQL toystore database using SSMS.

  1. Open SQL Server Management Studio and press F8 to open Object Explorer if not already open.
  2. From the Object Explorer, connect to Azure SQL Server:
    Backing up the manual backups, Azure SQL DatabaseSSMS usedAzure SQL Database using SSMS
  3. Right-click on the toystore database, from the right click menu, select tasks, then select Export Data-Tier Application. In the Export Data-tier Application introduction window, click Next to continue...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime