Sorting data in the SSIS Pipeline (Video)
Posted
on SQL Server Central
See other posts from SQL Server Central
Published on 2010/06/18
Indexed on
2010/06/18
6:04 UTC
Read the original article
Hit count: 145
Filed under:
In this post I want to show a couple of ways to order the data that comes into the pipeline. a number of people have asked me about this primarily because there are a number of ways to do it but also because some components in the pipeline take sorted inputs. One of the methods I show is visually easy to understand and the other is less visual but potentially more performant.
© SQL Server Central or respective owner