Skip to content

Commit 8862c42

Browse files
Enhance SQL Server migration overview with methods (#37045)
* Enhance SQL Server migration overview with methods Added detailed migration methods for SQL Server to Azure SQL, including Managed Instance Link, Backup and Restore, and Database Migration Service. Revise migration methods section in overview.md Updated formatting and links in the migration section for clarity and consistency. Update overview.md Update overview.md Update overview.md Update overview.md Update overview.md * Edit pass * Apply suggestions from code review Co-authored-by: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com> --------- Co-authored-by: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com>
1 parent 8900ef3 commit 8862c42

2 files changed

Lines changed: 28 additions & 10 deletions

File tree

data-migration/sql-server/media/migration-process-flow-small.png renamed to data-migration/sql-server/media/overview/migration-process-flow-small.png

File renamed without changes.

data-migration/sql-server/overview.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Migrate from SQL Server Overview"
2+
title: Migrate from SQL Server Overview
33
description: "Follow the five steps to a successful SQL Server migration to Azure SQL: Discovery, Assessment, Business case, Conversion, and Migration."
4-
author: abhims14
5-
ms.author: abhishekum
6-
ms.reviewer: randolphwest, mathoma
7-
ms.date: 02/19/2026
4+
author: rwestMSFT
5+
ms.author: randolphwest
6+
ms.reviewer: abhishekum, mathoma
7+
ms.date: 04/13/2026
88
ms.service: azure-sql-managed-instance
99
ms.subservice: migration-guide
1010
ms.topic: how-to
@@ -26,13 +26,13 @@ This article describes the five phases for a successful cloud migration from SQL
2626
- [Conversion](#conversion)
2727
- [Migration](#migration)
2828

29-
:::image type="content" source="media/migration-process-flow-small.png" alt-text="Diagram that shows a migration process flow.":::
29+
:::image type="content" source="media/overview/migration-process-flow-small.png" alt-text="Diagram that shows a migration process flow.":::
3030

3131
## Discovery
3232

3333
When you start your cloud migration journey, it's critical to discover installed software inventory, web apps, and SQL Server instances and databases on servers running in your on-premises environment. This discovery helps you tailor a migration path to Azure SQL.
3434

35-
The Azure Migrate appliance performs this discovery using the Windows OS domain or non-domain credentials, or SQL Server authentication credentials that have access to your SQL Server instances and databases. This discovery process is agentless, meaning that nothing is installed on the servers. The Azure Migrate appliance supports discovery on various virtualization platforms like VMware, Microsoft Hyper-V, and physical environments.
35+
The Azure Migrate appliance performs this discovery using the Windows OS domain or non-domain credentials, or SQL Server authentication credentials that have access to your SQL Server instances and databases. This discovery process is agentless, meaning that you don't install anything on the servers. The Azure Migrate appliance supports discovery on various virtualization platforms like VMware, Microsoft Hyper-V, and physical environments.
3636

3737
To learn how to discover your on-premises SQL Servers, see the [Discover](pre-migration.md#discover) section later in this article.
3838

@@ -64,14 +64,32 @@ After the assessment determines the readiness and the recommended Azure SQL depl
6464

6565
## Conversion
6666

67-
In heterogeneous migrations, while you migrate data from one database to another, it's important to convert database schema and objects into equivalent Transact-SQL syntax. The source and target databases engines are different. These database objects include tables, indexes, views, data types, Transact-SQL statements, stored procedures, and functions.
67+
In heterogeneous migrations, while you migrate data from one database to another, make sure you convert the database schema and objects into equivalent Transact-SQL syntax. The source and target database engines are different. These database objects include tables, indexes, views, data types, Transact-SQL statements, stored procedures, and functions.
6868

6969
> [!NOTE]
70-
> The conversion phase isn't needed for SQL Server to Azure SQL migrations. SQL Server Migration Assistant (SSMA) performs the conversion while migrating to any of the Azure SQL targets. SSMA supports multiple sources, such as Oracle, MySQL, DB2, Sybase, and Microsoft Access, for both conversion and data migration.
70+
> You don't need the conversion phase for SQL Server to Azure SQL migrations. SQL Server Migration Assistant (SSMA) performs the conversion while migrating to any of the Azure SQL targets. SSMA supports multiple sources, such as Oracle, MySQL, DB2, Sybase, and Microsoft Access, for both conversion and data migration.
7171
7272
## Migration
7373

74-
Migration is the last stage of this process, in which the data is migrated from source database to the target database. Azure Database Migration Service (DMS) is a fully managed service designed to enable seamless migrations from multiple database sources to Azure data platforms. DMS offers minimal downtime, high reliability, and resiliency. DMS is available via various clients, the Azure portal, PowerShell, and Azure CLI. To learn more about Azure Database Migration service, see [What is Azure Database Migration Service?](/azure/dms/dms-overview)
74+
Migration is the last stage of this process, in which you migrate data from the source database to the target database.
75+
76+
### Choose a migration method
77+
78+
Choose from multiple migration methods depending on your target platform and acceptable application downtime.
79+
80+
### SQL Managed Instance link (near zero downtime to Azure SQL Managed Instance)
81+
82+
If you [enable Azure Arc for your SQL Server instance](managed-instance/overview.md), you can use [Managed Instance link](/azure/azure-sql/managed-instance/managed-instance-link-feature-overview?view=azuresql&preserve-view=true) to perform an online migration to Azure SQL Managed Instance. The link feature uses distributed availability groups to replicate data from SQL Server to SQL Managed Instance in near real-time. This approach allows your source database to remain operational while data is continuously synchronized to the target environment. Downtime is limited to the final cutover phase when you switch your application to the migrated database.
83+
84+
### Backup and restore (one-time migration to SQL Server on Azure VM)
85+
86+
If planned downtime is acceptable, use a one-time backup and restore migration to [SQL Server on Azure Virtual Machines](/ssms/migrate/upgrade-sql-server#upgrade-sql-server). In this offline migration approach, application downtime begins when the migration starts and continues until the database restore is completed on the target environment.
87+
88+
### Azure Database Migration Service (all targets)
89+
90+
Azure Database Migration Service (Azure DMS) is a fully managed service that supports migrations from multiple database sources to Azure data platforms with minimal downtime, high reliability, and resiliency. You can access Azure DMS through the Azure portal, PowerShell, and Azure CLI. To learn more, see [What is Azure Database Migration Service](/azure/dms/dms-overview).
91+
92+
[Azure DMS](/azure/dms/resource-scenario-status) supports both offline (one-time) migration to Azure SQL Database, SQL Managed Instance, or SQL Server on Azure VM, and online (continuous backup restore) migrations for SQL Managed Instance and Azure VM, so you can choose a migration approach based on downtime requirements.
7593

7694
## Next step
7795

0 commit comments

Comments
 (0)