SSIS Conditional Operation on large table
I have a source table that contains records to be transformed into a second table. However, I need to do specific transformations based on the value in one column of the source: ie. if value = 1 then a certain set of lookups etc if value = 2 then a another set of lookups etc What is the best way to accomplish this with SSIS?
May 9th, 2011 2:09pm

use Conditional Split Transformation, write your expression there, and connect each output to next transformation/destination you want.http://www.rad.pasfu.com
Free Windows Admin Tool Kit Click here and download it now
May 9th, 2011 2:15pm

Thanks alot, exactly what I was looking for. Thanks.
May 9th, 2011 2:29pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics