How do I migrate on-prem SQLServer 2019 database to Azure Synapse Database (Pool or Dedicated)?

Sharad Devganiya 6 Reputation points
2021-01-06T15:32:29.063+00:00

How do I migrate on-prem SQLServer 2019 database to Azure Synapse Database (Pool or Dedicated)?
We have 1000s of table so can not use ADF. Importing .bacpac is not working in synapse.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,422 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2021-01-07T00:18:26.153+00:00

    Hi @Sharad Devganiya ,

    Welcome to Microsoft Q&A and thanks for using this forum.

    Could you please confirm if your On-prem SQL Server database has >5000 tables or <5000 tables ? In case if it is <5000 tables you can follow this ADF tutorial - Copy multiple tables in bulk by using Azure Data Factory in the Azure portal

    Also please confirm if you have multiple schemas for those tables? If you have multiple schemas with >5000 tables, then you can design a two-level pipeline where the outer pipeline (schema) iterates over an inner pipeline (tables of that schema) as explained in the above mentioned tutorial.

    Let us know if this helps. Looking forward to your confirmation.

    Thank you