Skip to content

Commit cc405b6

Browse files
committed
removing mentions of v1
1 parent 9bee5fb commit cc405b6

10 files changed

+15
-47
lines changed

articles/dms/dms-overview.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,6 @@ For up-to-date info about the regional availability of Azure Database Migration
3232

3333
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/).
3434

35-
## Compare versions
36-
37-
In 2021, a newer version of the Azure Database Migration Service was released as an extension for Azure Data Studio, which improved the functionality and supportability of the migration service. Consider using the Azure SQL migration extension for Azure Data Studio whenever possible.
38-
39-
The following table compares the functionality of the versions for the Database Migration Service:
40-
41-
42-
|Feature |DMSv1 |Azure SQL extension for Azure Data Studio |Notes|
43-
|---------|---------|---------|---------|
44-
|Assessment | No | Yes | Assess compatibility of the source. |
45-
|SKU recommendation | No | Yes | SKU recommendations for the target based on the assessment of the source. |
46-
|SQL DB online migration | No | No |Migrate to Azure SQL Database online with minimal downtime. |
47-
|SQL DB offline migration | No | Yes | Migrate to Azure SQL Database offline. |
48-
|SQL MI online migration | No |Yes | Migrate to Azure SQL Managed Instance online with minimal downtime. |
49-
|SQL MI offline migration | Yes |Yes | Migrate to Azure SQL Managed Instance offline. |
50-
|SQL VM online migration | Yes | Yes |Migrate to SQL Server on Azure VMs online with minimal downtime.|
51-
|SQL VM offline migration | Yes |Yes | Migrate to SQL Server on Azure VMs offline. |
52-
|Migrate logins|Yes | Yes | Migrate logins from your source to your target.|
53-
|Migrate schemas| Yes | No | Migrate schemas from your source to your target. |
54-
|Azure portal support |Yes | Yes | Control your migration by using the Azure portal. |
55-
|Integration with ADS| No | Yes | Migration support integrated with Azure Data Studio. |
56-
|Integration with Azure migrate| No | Yes | Migration support integrated with Azure migrate. |
57-
|Regional availability|Yes |Yes | More regions are available with the extension. |
58-
|Pricing|Free | Free |Both are free services, but the extension has the advantage of bringing your own compute.|
59-
|Improved maintenance cost| No | Yes | Maintenance costs are lower with the extension.|
60-
|Resilience, availability, and scalability| No | Yes | Deployed as Service fabric and maintains state in SQL control plane. |
61-
|Improved user experience| No | Yes | The extension is faster, more secure, and easier to troubleshoot. |
62-
|Automation| No | Yes |The extension supports PowerShell, and Terraform. |
63-
|Private endpoints| No | Yes| Connect to your source and target using private endpoints.
64-
|TDE support|No | Yes |Migrate databases encrypted with TDE. |
65-
6635

6736

6837
## Next steps

articles/dms/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
href: tutorial-sql-server-to-virtual-machine-offline-ads.md
7676
- name: Known issues and troubleshooting
7777
href: known-issues-azure-sql-migration-azure-data-studio.md
78-
- name: DMS v1
78+
- name: Older tutorials
7979
items:
8080
- name: to Azure SQL Database
8181
href: tutorial-sql-server-to-azure-sql.md

articles/dms/tutorial-sql-server-azure-sql-database-offline-ads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: "seo-lt-2019"
1313
ms.topic: tutorial
14-
ms.date: 01/05/2023
14+
ms.date: 01/12/2023
1515
---
1616

1717
# Tutorial: Migrate SQL Server to Azure SQL Database (preview) offline in Azure Data Studio

articles/dms/tutorial-sql-server-managed-instance-offline-ads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: "seo-lt-2019"
1313
ms.topic: tutorial
14-
ms.date: 01/05/2023
14+
ms.date: 01/12/2023
1515
---
1616

1717
# Tutorial: Migrate SQL Server to Azure SQL Managed Instance offline in Azure Data Studio

articles/dms/tutorial-sql-server-managed-instance-online-ads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: "seo-lt-2019"
1313
ms.topic: tutorial
14-
ms.date: 01/05/2023
14+
ms.date: 01/12/2023
1515
---
1616

1717
# Tutorial: Migrate SQL Server to an Azure SQL Managed Instance online by using Azure Data Studio with DMS

articles/dms/tutorial-sql-server-managed-instance-online.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,13 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: seo-lt-2019, ignite-2022
1313
ms.topic: tutorial
14-
ms.date: 12/19/2022
14+
ms.date: 01/12/2023
1515
---
1616

17-
# Tutorial: Migrate SQL Server to an Azure SQL Managed Instance online using DMS v1
17+
# Tutorial: Migrate SQL Server to an Azure SQL Managed Instance online using DMS
1818

1919
> [!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). To compare features between versions, review [compare versions](dms-overview.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 Managed Instance by using the [Azure SQL migration extension for Azure Data Studio](tutorial-sql-server-managed-instance-online-ads.md).
2221
2322
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).
2423

articles/dms/tutorial-sql-server-to-azure-sql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: seo-lt-2019, ignite-2022
1313
ms.topic: tutorial
14-
ms.date: 12/19/2022
14+
ms.date: 01/12/2023
1515
---
1616

17-
# Tutorial: Migrate SQL Server to Azure SQL Database using DMS v1
17+
# Tutorial: Migrate SQL Server to Azure SQL Database using DMS
1818

1919
> [!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). To compare features between versions, review [compare versions](dms-overview.md#compare-versions).
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).
2121
2222

2323
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.

articles/dms/tutorial-sql-server-to-managed-instance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: seo-lt-2019, fasttrack-edit, ignite-2022
1313
ms.topic: tutorial
14-
ms.date: 12/19/2022
14+
ms.date: 01/12/2023
1515
---
1616

17-
# Tutorial: Migrate SQL Server to an Azure SQL Managed Instance offline using DMS v1
17+
# Tutorial: Migrate SQL Server to an Azure SQL Managed Instance offline using DMS
1818

1919
> [!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-offline-ads.md). To compare features between versions, review [compare versions](dms-overview.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-offline-ads.md).
2121
2222

2323
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).

articles/dms/tutorial-sql-server-to-virtual-machine-offline-ads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: "seo-lt-2019"
1313
ms.topic: tutorial
14-
ms.date: 01/05/2023
14+
ms.date: 01/12/2023
1515
---
1616

1717
# Tutorial: Migrate SQL Server to SQL Server on Azure Virtual Machines offline in Azure Data Studio

articles/dms/tutorial-sql-server-to-virtual-machine-online-ads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.service: dms
1111
ms.workload: data-services
1212
ms.custom: "seo-lt-2019"
1313
ms.topic: tutorial
14-
ms.date: 01/05/2023
14+
ms.date: 01/12/2023
1515
---
1616

1717
# Tutorial: Migrate SQL Server to SQL Server on Azure Virtual Machine online using Azure Data Studio with DMS

0 commit comments

Comments
 (0)