Can i upload data from multiple datasources to azure DW at same time -


can retrieve data multiple data sources azure sql datawarehouse @ same time using single pipeline?

sql dw can load multiple tables concurrently using external (aka polybase) tables, bcp, or insert statements. hirokibutterfield asks, referring specific loading tool azure data factory?


Comments

Popular posts from this blog

javascript - Access directive function from component class or template -

php - Auto increment employee ID -

python - Evaluating the next line in a For Loop while in the current iteration -