Load data from source Database to Staging Layer

Eshwar Nakkala 106 Reputation points
2021-05-11T06:48:26.137+00:00

Hi ,

Can Any one help me How to Load 6 tables data from source Database to Staging Layer

Thanks,
Eshwar

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,916 Reputation points Volunteer Moderator
    2021-05-11T07:47:38.243+00:00

    You can make use of For each activity and copy activity to copy multiple tables in bulk. Else other option is create separate 6 copy activities and copy 6 tables data

    For reference:

    https://www.youtube.com/watch?v=KsO2FHQdILs

    https://learn.microsoft.com/en-us/azure/data-factory/tutorial-bulk-copy-portal

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments

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.