Book Image

Professional Azure SQL Database Administration

By : Ahmad Osama
Book Image

Professional Azure SQL Database Administration

By: Ahmad Osama

Overview of this book

As the cloud version of SQL Server, Azure SQL Database differs in key ways when it comes to management, maintenance, and administration. It’s important to know how to administer SQL Database to fully benefit from all of the features and functionality that it provides. This book addresses important aspects of an Azure SQL Database instance such as migration, backup restorations, pricing policies, security, scalability, monitoring, performance optimization, high availability, and disaster recovery. It is a complete guide for database administrators, and ideal for those who are planning to migrate from on premise SQL Server database to an Azure SQL Server database.
Table of Contents (13 chapters)
Professional Azure SQL Database Administration
Contributors
Preface
Free Chapter
1
Microsoft Azure SQL Database Primer
4
Restoring an Azure SQL Database
Index

Chapter 4. Restoring an Azure SQL Database

Azure SQL Database has the following restore options:

  • Point-in-Time restore

  • Restore a deleted database

  • Geo-Restore a database

  • Restore a database from Azure Vault

  • Import a BACPAC

Figure 4.1: Types of Restore

The restore can be performed using the Azure portal, PowerShell, Azure CLI, or Azure SDK.

This chapter teaches you the differences between the multiple restore types and how to perform a restore.

By the end of this chapter, you will be able to:

  • Use Point-in-Time restore to recover from unexpected data modifications

  • Restore a deleted database using the Azure portal

  • Learn about using Geo-Restore on a database

  • Restore an Azure SQL Database by importing BACPAC