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/includes/database-migration-services-ads.md
+32-7Lines changed: 32 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,38 @@ ms.date: 10/03/2022
8
8
9
9
The Azure SQL migration extension for Azure Data Studio enables you to assess, get right-sized Azure recommendations and migrate your SQL Server databases to Azure.
10
10
11
-
The key benefits of using the Azure SQL migration extension for Azure Data Studio are:
11
+
The Azure SQL Migration extension for Azure Data Studio offers these key benefits:
12
+
13
+
- A responsive UI for an end-to-end migration experience. The extension starts with a migration readiness assessment and SKU recommendation (preview) (based on performance data).
14
+
15
+
- An enhanced assessment mechanism that can evaluate SQL Server instances. The extension identifies databases that are ready to migrate to Azure SQL targets.
16
+
17
+
> [!NOTE]
18
+
> You can use the Azure SQL Migration extension to assess SQL Server databases running on Windows or Linux.
19
+
20
+
- An SKU recommendation engine that collects performance data from the on-premises source SQL Server instance and then generates right-sized SKU recommendations based on your Azure SQL target.
12
21
13
-
- A responsive user interface provides you with an end-to-end migration experience that starts with a migration readiness assessment, SKU recommendation (based on performance data).
14
-
- An enhanced assessment mechanism can evaluate SQL Server instances, identifying databases ready for migration to the different Azure SQL targets.
15
-
- An SKU recommendation engine (Preview) that collects performance data from the source SQL Server instance on-premises, generating right-sized SKU recommendations based on your Azure SQL target.
16
22
- A reliable Azure service powered by Azure Database Migration Service that orchestrates data movement activities to deliver a seamless migration experience.
17
-
- The ability to run online (for migrations requiring minimal downtime) or offline (for migrations where downtime persists through the migration) migration modes to suit your business requirements.
18
-
- The flexibility to create and configure a self-hosted integration runtime to provide your own compute for accessing the source SQL Server and backups in your on-premises environment.
19
23
20
-
To learn more, see [Migrate databases with Azure SQL Migration extension for Azure Data Studio](/azure/dms/migration-using-azure-data-studio).
24
+
- You can run your migration online (for migrations that require minimal downtime) or offline (for migrations where downtime persists throughout the migration) depending on your business requirements.
25
+
26
+
- You can configure a self-hosted integration runtime to use your own compute resources to access the source SQL Server instance backup files in your on-premises environment.
27
+
28
+
- Provides a secure and improved user experience for migrating TDE databases and SQL/Windows logins to Azure SQL.
29
+
30
+
For information about specific migration scenarios and Azure SQL targets, see the list of tutorials in the following table:
31
+
32
+
| Migration scenario | Migration mode
33
+
|---------|---------|
34
+
SQL Server to Azure SQL Managed Instance| [Online](/azure/dms/tutorial-sql-server-managed-instance-online-ads.md) / [Offline](/azure/dms/tutorial-sql-server-managed-instance-offline-ads.md)
35
+
SQL Server to SQL Server on an Azure virtual machine|[Online](/azure/dms/tutorial-sql-server-to-virtual-machine-online-ads.md) / [Offline](/azure/dms/tutorial-sql-server-to-virtual-machine-offline-ads.md)
36
+
SQL Server to Azure SQL Database (preview)| [Offline](/azure/dms/tutorial-sql-server-azure-sql-database-offline-ads.md)
37
+
38
+
> [!IMPORTANT]
39
+
> If your target is Azure SQL Database, make sure you deploy the database schema before you begin the migration. You can use tools like the [SQL Server dacpac extension](/sql/azure-data-studio/extensions/sql-server-dacpac-extension) or the [SQL Database Projects extension](/sql/azure-data-studio/extensions/sql-database-project-extension) for Azure Data Studio.
40
+
41
+
The following video explains recent updates and features added to the Azure SQL Migration extension for Azure Data Studio:
0 commit comments