how to migrate azure sql database to azure synapse

adminasingh 20 Reputation points
2024-05-15T19:27:50.89+00:00

I would like to migrate standalone Azure SQL database into a schema of the Azure Synapse database. How to achieve this?

Azure SQL Database
0 comments No comments
{count} votes

Accepted answer
  1. Alberto Morillo 33,001 Reputation points MVP
    2024-05-15T23:51:36.9566667+00:00

    You can do this using Azure Data Factory or by creating a pipeline on Azure Synapse (Integrate option) and use the Copy Activity for that. The copy activity allows for schema mapping. This tutorial/article can really help you achieve your goal.


0 additional answers

Sort by: Most helpful