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.

example

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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -