Click here to Skip to main content
15,881,812 members
Articles / Hosted Services / Azure

AZURE Data Factory – Copy with Stored Procedure Data from One Database to Another on AZURE SQL

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
4 Apr 2020CPOL4 min read 11.1K   2  
How to copy tables with Stored procedure data from one database to another in AZURE SQL.
This article outlines how to copy the tables from one Azure Database to another Azure Database using AZURE DATA FACTORY. Along with this, there is an example of how to work with FOR-Each and customized Stored Procedure to retrieve only the data that is required in the destination table. You can apply the same pattern in other copy scenario as well, for example, copying data from SQL to BLOB, SQL to CSV, SQL Server / Oracle to Azure SQL.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions