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/azure-data-studio/extensions/azure-sql-migration-extension.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,22 +59,22 @@ The Azure SQL migration extension supports assessment and generates Azure recomm
59
59
60
60
- SQL Server on Azure Virtual Machines
61
61
- Azure SQL Managed Instance
62
-
- Azure SQL Database (Preview)
62
+
- Azure SQL Database
63
63
64
64
### Migration modes
65
65
66
66
The following migration modes are supported for the corresponding Azure SQL targets.
67
67
68
68
-**Online** - The source SQL Server database is available for reading and writing activity, while database backups are continuously restored on target Azure SQL. Application downtime is limited to the duration of the cutover at the end of migration.
69
-
-**Offline** - The source database can't be used for writing activity while backup files are restored on the target Azure SQL database (Preview). Application downtime persists from the start until the completion of the migration process.
69
+
-**Offline** - The source database can't be used for writing activity while backup files are restored on the target Azure SQL database. Application downtime persists from the start until the completion of the migration process.
SQL Server on Azure Virtual Machine|[Online](/azure/dms/tutorial-sql-server-to-virtual-machine-online-ads) / [Offline](/azure/dms/tutorial-sql-server-to-virtual-machine-offline-ads) |
> For information on pre-requisites, features and migration workflow, see [Migration using Azure Data Studio](/azure/dms/migration-using-azure-data-studio)
@@ -96,4 +96,4 @@ You can submit ideas/suggestions for improvement, and other feedback, including
96
96
-[Database migrations using Azure Data Studio](/azure/dms/migration-using-azure-data-studio)
97
97
-[Download Azure Data Studio](../download-azure-data-studio.md)
98
98
-[Azure Data Studio release notes](../release-notes-azure-data-studio.md)
99
-
-[Azure Data Studio extensions](add-extensions.md)
99
+
-[Azure Data Studio extensions](add-extensions.md)
Copy file name to clipboardExpand all lines: docs/includes/database-migration-services-ads.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ For information about specific migration scenarios and Azure SQL targets, see th
33
33
|---------|---------|
34
34
SQL Server to Azure SQL Managed Instance| [Online](/azure/dms/tutorial-sql-server-managed-instance-online-ads) / [Offline](/azure/dms/tutorial-sql-server-managed-instance-offline-ads)
35
35
SQL Server to SQL Server on an Azure virtual machine|[Online](/azure/dms/tutorial-sql-server-to-virtual-machine-online-ads) / [Offline](/azure/dms/tutorial-sql-server-to-virtual-machine-offline-ads)
36
-
SQL Server to Azure SQL Database (preview)| [Offline](/azure/dms/tutorial-sql-server-azure-sql-database-offline-ads)
36
+
SQL Server to Azure SQL Database | [Offline](/azure/dms/tutorial-sql-server-azure-sql-database-offline-ads)
37
37
38
38
> [!IMPORTANT]
39
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.
0 commit comments