Copy data from multiple Azure DB's to one Azure DB with Data Factory

Lee Taylor 31 Reputation points
2020-09-17T16:16:24.283+00:00

I'm not sure that this is possible for this service or not.
I have many databases of the same schema that I want to copy data on a monthly data into one single database. I need to be able to use a Table that contains a list of these databases and iterate through the, one record at a time and pull the Id of the database (GUID) and the connection string of the database and then connect to that database and copy slices of data to put into the ONE database. Any ideas? Can this be done?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,825 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. John Aherne 516 Reputation points
    2020-09-17T16:52:06.827+00:00

    You can use a parameterized linked service to do that:
    https://learn.microsoft.com/en-us/azure/data-factory/parameterize-linked-services


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.