Share via


Tutorial: SQL Server Data Files in Azure Storage service

Welcome to the SQL Server Data Files in Azure Storage Service tutorial. This tutorial helps you understand how to store SQL Server data files in the Azure Blob storage service directly.

SQL Server integration support for the Azure Blob storage service is a SQL Server 2014 enhancement. For an overview of the functionality and benefits of using this functionality, see SQL Server Data Files in Azure.

What you will learn

This tutorial shows you how to store SQL Server Data Files in Azure Storage service in multiple lessons. Each lesson is focused on a specific task. First, you will learn how to create a storage account and a container in Azure. Then, you will learn how to create a SQL Server credential to be able to integrate SQL Server with Azure Storage. Then, you will create a database in Azure Storage directly. In addition, the tutorial will demonstrate encryption, migration, and backup and restore scenarios.

This tutorial is divided into nine lessons:

Lesson 1: Create Azure Storage Account and Container
In this lesson, you create an Azure Storage account and a container.

Lesson 2. Create a policy on container and generate a Shared Access Signature (SAS) key
In this lesson, you create a policy on the Blob container and also generate a shared access signature.

Lesson 3: Create a SQL Server Credential
In this lesson, you create a Credential to store security information used to access the Azure storage account.

Lesson 4: Create a database in Azure Storage
In this lesson, you create a database in Azure Storage using CREATE Database FILENAME option.

Lesson 5. (Optional) Encrypt your database using TDE
In this lesson, you encrypt your database by using a transparent data encryption (TDE) and a server certificate.

Lesson 6: Migrate a database from a source machine on-premises to a destination machine in Azure
In this lesson, you migrate a database from on-premises to a virtual machine in Azure using CREATE DATABASE FOR ATTACH option.

Lesson 7: Move your data files to Azure Storage
In this lesson, you move your data files to Azure Storage using ALTER DATABASE statement.

Lesson 8. Restore a database to Azure Storage
In this lesson, you restore a database to Azure Storage using RESTORE Database MOVE option.

Lesson 9. Restore a database from Azure Storage
In this lesson, you restore a database from Azure Storage using RESTORE Database MOVE option.

See Also

SQL Server Data Files in Azure