You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/dms/dms-overview.md
+31-10Lines changed: 31 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,31 +9,52 @@ ms.reviewer: craigg
9
9
ms.service: dms
10
10
ms.workload: data-services
11
11
ms.topic: overview
12
-
ms.date: 01/05/2023
12
+
ms.date: 02/08/2023
13
13
---
14
14
# What is Azure Database Migration Service?
15
15
16
16
Azure Database Migration Service is a fully managed service designed to enable seamless migrations from multiple database sources to Azure data platforms with minimal downtime (online migrations).
In 2021, a newer version of the Azure Database Migration Service was released as an extension for Azure Data Studio, which improved the functionality, user experience and supportability of the migration service. Consider using the [Azure SQL migration extension for Azure Data Studio](./migration-using-azure-data-studio.md) whenever possible.
23
+
24
+
The following table compares the functionality of the versions of the Database Migration Service:
25
+
26
+
|Feature |DMS (classic) |Azure SQL extension for Azure Data Studio |Notes|
27
+
|---------|---------|---------|---------|
28
+
|Assessment | No | Yes | Assess compatibility of the source. |
29
+
|SKU recommendation | No | Yes | SKU recommendations for the target based on the assessment of the source. |
30
+
|Azure SQL Database - Online migration | No | No |Migrate to Azure SQL Database online with minimal downtime. |
31
+
|Azure SQL Database - Offline migration | No | Yes | Migrate to Azure SQL Database offline. |
32
+
|Azure SQL Managed Instance - Online migration | No |Yes | Migrate to Azure SQL Managed Instance online with minimal downtime. |
|Private endpoints| No | Yes| Connect to your source and target using private endpoints.
48
+
|TDE support|No | Yes |Migrate databases encrypted with TDE. |
49
+
20
50
## Migrate databases to Azure with familiar tools
21
51
22
52
Azure Database Migration Service integrates some of the functionality of our existing tools and services. It provides customers with a comprehensive, highly available solution. The service uses the [Data Migration Assistant](/sql/dma/dma-overview) to generate assessment reports that provide recommendations to guide you through the required changes before a migration. It's up to you to perform any remediation required. Azure Database Migration Service performs all the required steps when ready to begin the migration process. Knowing that the process takes advantage of Microsoft's best practices, you can fire and forget your migration projects with peace of mind.
23
53
24
-
> [!NOTE]
25
-
> Using Azure Database Migration Service to perform an online migration requires creating an instance based on the Premium pricing tier.
26
-
27
54
## Regional availability
28
55
29
56
For up-to-date info about the regional availability of Azure Database Migration Service, see [Products available by region](https://azure.microsoft.com/global-infrastructure/services/?products=database-migration).
30
57
31
-
## Pricing
32
-
33
-
For up-to-date info about Azure Database Migration Service pricing, see [Azure Database Migration Service pricing](https://azure.microsoft.com/pricing/details/database-migration/).
34
-
35
-
36
-
37
58
## Next steps
38
59
39
60
*[Status of migration scenarios supported by Azure Database Migration Service](./resource-scenario-status.md)
Copy file name to clipboardExpand all lines: articles/dms/tutorial-sql-server-managed-instance-online.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Tutorial: Migrate SQL Server online to SQL Managed Instance"
3
3
titleSuffix: Azure Database Migration Service
4
-
description: Learn to perform an online migration from SQL Server to an Azure SQL Managed Instance by using Azure Database Migration Service.
4
+
description: Learn to perform an online migration from SQL Server to an Azure SQL Managed Instance by using Azure Database Migration Service (classic)
5
5
services: dms
6
6
author: croblesm
7
7
ms.author: roblescarlos
@@ -11,13 +11,15 @@ ms.service: dms
11
11
ms.workload: data-services
12
12
ms.custom: seo-lt-2019, ignite-2022
13
13
ms.topic: tutorial
14
-
ms.date: 01/12/2023
14
+
ms.date: 02/08/2023
15
15
---
16
16
17
-
# Tutorial: Migrate SQL Server to an Azure SQL Managed Instance online using DMS
17
+
# Tutorial: Migrate SQL Server to an Azure SQL Managed Instance online using DMS (classic)
18
18
19
19
> [!NOTE]
20
-
> This tutorial uses an older version of the Azure Database Migration Service. For improved functionality and supportability, consider migrating to Azure SQL Managed Instance by using the [Azure SQL migration extension for Azure Data Studio](tutorial-sql-server-managed-instance-online-ads.md).
20
+
> This tutorial uses an older version of the Azure Database Migration Service. For improved functionality and supportability, consider migrating to Azure SQL Managed Instance by using the [Azure SQL migration extension for Azure Data Studio](tutorial-sql-server-managed-instance-online-ads.md).
21
+
>
22
+
> To compare features between versions, review [compare versions](dms-overview.md#compare-versions).
21
23
22
24
You can use Azure Database Migration Service to migrate the databases from a SQL Server instance to an [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview) with minimal downtime. For additional methods that may require some manual effort, see the article [SQL Server instance migration to Azure SQL Managed Instance](/azure/azure-sql/migration-guides/managed-instance/sql-server-to-managed-instance-guide).
Copy file name to clipboardExpand all lines: articles/dms/tutorial-sql-server-to-azure-sql.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,15 @@ ms.service: dms
11
11
ms.workload: data-services
12
12
ms.custom: seo-lt-2019, ignite-2022
13
13
ms.topic: tutorial
14
-
ms.date: 01/12/2023
14
+
ms.date: 02/08/2023
15
15
---
16
16
17
-
# Tutorial: Migrate SQL Server to Azure SQL Database using DMS
17
+
# Tutorial: Migrate SQL Server to Azure SQL Database using DMS (classic)
18
18
19
19
> [!NOTE]
20
-
> This tutorial uses an older version of the Azure Database Migration Service. For improved functionality and supportability, consider migrating to Azure SQL Database by using the [Azure SQL migration extension for Azure Data Studio](tutorial-sql-server-azure-sql-database-offline-ads.md).
21
-
20
+
> This tutorial uses an older version of the Azure Database Migration Service. For improved functionality and supportability, consider migrating to Azure SQL Database by using the [Azure SQL migration extension for Azure Data Studio](tutorial-sql-server-azure-sql-database-offline-ads.md).
21
+
>
22
+
> To compare features between versions, review [compare versions](dms-overview.md#compare-versions).
22
23
23
24
You can use Azure Database Migration Service to migrate the databases from a SQL Server instance to [Azure SQL Database](/azure/sql-database/). In this tutorial, you migrate the [AdventureWorks2016](/sql/samples/adventureworks-install-configure#download-backup-files) database restored to an on-premises instance of SQL Server 2016 (or later) to a single database or pooled database in Azure SQL Database by using Azure Database Migration Service.
# Tutorial: Migrate SQL Server to an Azure SQL Managed Instance offline using DMS
17
+
# Tutorial: Migrate SQL Server to an Azure SQL Managed Instance offline using DMS (classic)
18
18
19
19
> [!NOTE]
20
20
> This tutorial uses an older version of the Azure Database Migration Service. For improved functionality and supportability, consider migrating to Azure SQL Managed Instance by using the [Azure SQL migration extension for Azure Data Studio](tutorial-sql-server-managed-instance-offline-ads.md).
21
-
21
+
>
22
+
> To compare features between versions, review [compare versions](dms-overview.md#compare-versions).
22
23
23
24
You can use Azure Database Migration Service to migrate the databases from a SQL Server instance to an [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/sql-managed-instance-paas-overview). For additional methods that may require some manual effort, see the article [SQL Server to Azure SQL Managed Instance](/azure/azure-sql/migration-guides/managed-instance/sql-server-to-managed-instance-guide).
0 commit comments