All Tags »
SQL Server »
sql server 2008 »
ssis »
Sort Transformation (RSS)
Sorry, but there are no more tags available to filter with.
-
Many SSIS transformations, such as the Pivot and the Data Profiling Tasks, require that the data being fed into them be sorted. Without first sorting, some transformations will throw an error and not run, while others will run but the results will not be as expected. The answer is to sort the data before it is fed into the transformation; the ...