How to Import incremental load form On premises DB into Synapse workspace

NagaSri 26 Reputation points
2021-09-14T18:38:37.023+00:00

Hi Team,

I need to Import incremental load form On premises DB into Synapse workspace. Please provide leads.

Regards,
NagaSri

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,337 questions
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,358 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,518 questions
{count} votes

2 answers

Sort by: Most helpful
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2021-09-15T09:49:17.917+00:00

    Hi @NagaSri ,

    Thank you for posting your query on Microsoft Q&A Platform.

    You can leverage Synapse Pipelines or Azure data factory pipelines to incrementally load On-primes DB in to Synapse.

    Please check below documentation links which helps you figure out logic of implementation for same.

    Please Note:

    • To connect with on-prem data you need to configure self-hosted IR. Click here to know more about it.
    • You need consider on-prem data as your source and Synapse as your sink in all above documentations logic.

    Hope this will help. Please let us know if any further queries.

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

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    0 comments No comments

  2. Kuldeep Chitrakar 1 Reputation point
    2021-09-15T11:24:44.813+00:00

    I would use below approach

    1. Self hosted IR on your onPremise Network
    2. Use ADF Metadata Driven Copy Activity to incrementally read data from on premise and load that into files
    3. Store those files in ADLS
    4. Use Polybase to read these files and leverage ELT to transform and load the data in Synapse Dedicated Pool or you can use Spark pool to further process these files.

    Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how

    0 comments No comments