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: docs/sql-server/migrate/dma-azure-migrate-compare-migration-tools.md
+23-14Lines changed: 23 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,22 @@ This article briefly overviews the tools available to migrate to SQL Server and
21
21
22
22
## Azure Database Migration Service (DMS)
23
23
24
-
Azure Database Migration Service enables seamless migrations from multiple database sources to Azure Data platforms with minimal downtime. The Database Migration Service provides a resilient and reliable migration pipeline that requires minimal user involvement during the overall migration process.
24
+
Azure Database Migration Service enables seamless migrations from SQL Server database sources to Azure SQL offerings with minimal downtime. The Database Migration Service provides a resilient and reliable migration pipeline that requires minimal user involvement during the overall migration process.
25
25
26
-
Use the Database Migration Service in the following scenarios:
26
+
With Azure Database Migration Service currently we offer two versions:
27
+
28
+
1. Azure Database Migration Service can be accessed via [Azure SQL Migration extension for Azure Data Studio](migration-using-azure-data-studio.md), [Azure portal](https://portal.azure.com/#create/Microsoft.AzureDMS), PowerShell and Azure CLI.
29
+
30
+
Use the latest Azure Database Migration Service in the following scenarios:
27
31
28
32
- Migrate both databases to Azure SQL, especially at scale, and for extensive (in terms of number and size of databases) migrations.
29
33
- Migrate databases to Azure Database.
30
34
35
+
2. Azure Database Migration Service (classic) can be accessed via Azure portal, PowerShell and Azure CLI. It is an older version of the Azure Database Migration Service that offers database modernization to Azure and support scenarios like - PostgreSQL, MySQL, and MongoDB.
For more information, visit [Azure Database Migration Service documentation](/azure/dms/).
32
41
33
42
## Azure Migrate
@@ -43,7 +52,7 @@ Use Azure Migrate in the following scenarios:
43
52
- Lift your entire data estate to SQL Server on Azure VMs.
44
53
45
54
For more information, visit [Azure Migrate documentation](/azure/migrate/).
46
-
55
+
<!-->
47
56
## Azure SQL migration extension for Azure Data Studio
48
57
49
58
Azure SQL Migration Extension for Azure Data Studio is a powerful tool that simplifies the process of migrating SQL Server databases to Azure SQL Database. This extension is designed to work with Azure Data Studio, a cross-platform database development tool that enables developers to work with SQL Server, Azure SQL Database, and other data platforms. The extension provides a streamlined user interface that guides users through the migration process, offering several options for customization and optimization.
@@ -52,8 +61,8 @@ Use Azure Migrate in the following scenarios:
52
61
53
62
- Easily migrate SQL Server databases to Azure SQL Database without the need for complex scripts or manual steps.
54
63
- Migrate small or large databases.
55
-
56
-
## Database Experimentation Assistant (DEA)
64
+
-->
65
+
<!--## Database Experimentation Assistant (DEA)
57
66
58
67
Database Experimentation Assistant (DEA) is an experimentation solution for SQL Server upgrades. DEA can help you evaluate a targeted version of SQL Server for a specific workload. Customers upgrading from SQL Server 2005 and later versions, can use the analysis metrics that the tool provides.
59
68
@@ -63,7 +72,7 @@ Use the Database Experimentation Assistant in the following scenario:
63
72
- Identify compatibility errors and possible degraded queries for your SQL Server migration scenario.
64
73
65
74
For more information, visit [Database Experimentation Assistant documentation](../../dea/database-experimentation-assistant-overview.md).
66
-
75
+
-->
67
76
## Data Migration Assistant (DMA)
68
77
69
78
The Data Migration Assistant (DMA) helps you upgrade to a modern data platform by detecting compatibility issues that can impact database functionality in your new version of SQL Server or Azure SQL Database. DMA recommends performance and reliability improvements for your target environment and allows you to move your schema, data, and uncontained objects from your source server to your target server.
@@ -91,15 +100,15 @@ For more information, visit [SQL Server Migration Assistant documentation](../..
91
100
92
101
Use the following chart to compare capabilities of the SQL migration tools:
93
102
94
-
| Capability | Azure Migrate | DMA | SSMA | DMS(classic) |DEA |Azure Data Studio extension (DMS) |
103
+
| Capability | Azure Migrate | DMA | SSMA | DMS(classic) | Azure Data Studio extension (DMS) |
0 commit comments