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

Determining Compatibility Issues


Once you have finalized the Service tier, the next step is to migrate both schema and data from the on-premises SQL Database to the Azure SQL Database. As we learned in Chapter 1 Microsoft Azure SQL Database Primer, not all features are the same and supported on the Azure SQL Server. Therefore, you will first have to do a compatibility test or assessment to find and fix the compatibility issues.

The following are the available tools to detect compatibility issues. However, these tools can be used to migrate the database as well; in this section, though, we'll talk about assessing compatibility.

Data Migration Assistant

Data Migration Assistant (DMA) is a standalone tool for detecting compatibility issues and to migrate on-premises SQL Server Databases to Azure SQL Databases. It provides a wizard-type easy-to-use graphical user interface for compatibility assessment and migration.

It detects and highlights compatibility issues. Once all of the compatibility...