I am not able to see any databases after connecting source SQL server to Azure Data migration Service.

Amit Singh 0 Reputation points
2025-04-21T07:03:46.2566667+00:00
  1. I want to migrate the Azure SQL databases from one Tenant to another tenant using DMS in Azure SQL databases.

DMS-poc_ss

  1. During the POC, while i am trying to connect my source, source connection is established successfully, but i dont any databases populated in source.
Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. PratikLad 1,830 Reputation points Microsoft External Staff Moderator
    2025-04-28T04:09:02.62+00:00

    Hello Amit Singh

    Azure Database Migration Service (DMS) does not directly support migrating Azure SQL Databases (PaaS) between Azure Active Directory (AAD) tenants.

    • DMS is designed to handle migrations to Azure SQL Database from sources like SQL Server, MySQL, etc., but not from one Azure SQL Database to another across tenants.

    Here are supported scenarios for Migration using Azure DMS:

    enter image description here

    Alternative methods to migrate Azure SQL database to a different subscription and different tenant:

    • Copy database
    • You can create a geo-secondary in a subscription different from the subscription of the primary under a different Azure Active Directory tenant
    • Using SQLpackage tool to Export/Import bacpac file.

    Here in below documents you can refer to other alternative methods for copy Azure SQL database to a different subscription and different tenant


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.