简体   繁体   中英

Can we create table in SQL by passing column information from Azure blob using Azure data flow or Azure data factory?

I have CSV files that contain SQL Table column information as Column_Name, Data_Type, Primary_Key. But not contain any data, Can we use Azure Data flow or Azure Data Factory to create table by using these type of CSV file for particular table in SQL.

According my experience about Data Factory, we can not pass the csv file content which contains SQL Table column information as Column_Name, Data_Type, Primary_Key to create table in SQL.

Data Factory or Data flow all couldn't achieve that.

You also reference the another answer here: https://stackoverflow.com/a/61181031/10549281

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM