merge - SSIS Add a new column with a value -
i want add column (with value) main table using ssis (see example below). how do? merge join? merge? union all? derived column? tried ways couldn't it.
if every row getting same value or there static translation (age between 18 , 68 = city of la; otherwise, city of new orleans) derived column best bet.
if there lots of values or subject change, i'd @ using lookup task.
a merge task going have requirement of sorted data , it's harder fit you're trying do.
Comments
Post a Comment