Merge Join Transformation - isSorted - How to avoid sort transformation

Try to sort data at the source itself,
if the source is a flat-file, try using Windows/Linux/UNIX sort utilities or load data in DB table and the sort it in DB


Comments

Popular posts from this blog

SSIS: Merge vs Union All