Azure DMS migration from SQL Server to Azure SQL Managed Instance

Charles Dove 20 Reputation points
2024-07-25T13:59:45.3733333+00:00

Have a planned migration for SQL Server on Azure Windows VM to a single Azure Managed Instance using the Azure Data Studio interface. This migration has several databases to migrate in "online" mode.

Since, all of the databases are in some form used by clients various services and applications we are using "online" to minimize downtime.

The question is does the DMS service migrate the databases in parallel or serially?

Azure Database Migration service
{count} votes

1 answer

Sort by: Most helpful
  1. Oury Ba-MSFT 18,616 Reputation points Microsoft Employee
    2024-07-25T19:42:02.07+00:00

    @Charles Dove Thank you for reaching out.

    Azure Database Migration Service (DMS) can handle database migrations to an Azure SQL Managed Instance both in parallel and serially, depending on the configuration and the specific migration scenario.

    In an online migration, data is continuously replicated from the source to the target, allowing for a more parallel approach to minimize downtime.

    see the below doc for more information

    https://video2.skills-academy.com/en-us/data-migration/sql-server/managed-instance/database-migration-service?tabs=online-with-extension

    https://video2.skills-academy.com/en-us/azure/dms/faq

    Regards,

    Oury


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.