Migration to azure sql vm using Azure Data Studio

SaikrishnaE 51 Reputation points
2022-08-22T16:10:02.477+00:00

I have two instances on my SQL Server(MSSQL and SQL2019), named and default instances. i wanted to migrate them to Azure SQL VM which has two instances. How can i migrate them using Azure Data Studio, specific to an instance, say source Default instance to Target Default instance, and Named Instance from source to the Named Instance on Target

SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
493 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. YufeiShao-msft 7,056 Reputation points
    2022-08-23T03:24:32.497+00:00

    Hi @SaikrishnaE ,

    Please check out this doc:
    Migration overview: SQL Server to SQL Server on Azure VMs

    Migrate databases with Azure SQL migration extension for Azure Data Studio

    In Azure Data Studio, DMS is one of the core components in the overall architecture, but you need pay attention to overwriting existing databases using DMS in your target SQL Server on Azure VM is not supported.

    If allowed, you can also choose to backup and restore, it can attach the database from SSMS in your Azure VM

    -------------

    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.