An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
Hi @Sarvesh Pandey ,
Thank you for posting query in Microsoft Q&A Platform.
You can achieve this by using only one copy activity inside Foreach activity.
Use Lookup activity to get table names from SQL. Then all table names array to ForEach activity to iterate over each table name. Inside Foreach activity use Copy activity to copy that specific table and storage as file. Please Note, here source and sink datasets in copy activity should be parameterized.
Click here to know about how to parameterize datasets.
Hope this helps. Please let us know if any further queries.
---------
Please consider hitting Accept Answer and Up-vote button. Accepted answers help community as well.
and upvote
for the same. And, if you have any further query do let us know.