Introduction
The Sort Transformation provides SSIS developers a mechanism for sorting a data stream in the Data Flow Task pipeline.
A Use Case
I have a text file as a source that contains four generic columns: Column 0, Column 1, Column 2, and Column 3. I’ve added a Sort Transformation
Comments