What are the purpose for Merge and Merge join Tasks in Data Flow ?
A:
it combines to paths in the data flow, you can choose which columns to merge together, so if you have two data sources and you want to combine, you can merge on columns and come out with one output, and insert that output or put it to a flat file, for example, instead of writing two output.
ScaleOvenStove
2010-07-24 20:56:40
it seems that there are two data flow tasks Merge and Merge Join. Any difference ?
Sreejesh Kumar
2010-07-26 04:48:22
A:
I think the merge task is like doing a union in a sql query whereas a merge join is like doing an Inner/Left join in SQL
SPE109
2010-07-26 12:32:01