Within the data flow task of a SSIS package, it is generally considered a best practice to avoid using the SORT transformation because it is a blocking transformation. In case you do need to use the SORT transformation when working with non-relational data, this post shows how to ensure that only DISTINCT/UNIQUE values are passed through the data flow pipeline by using the SORT transformation.![]()
![]()
