Hi All,
I have source DB 'Source' and a destination DB 'Destination'
I have created a SSIS to push data from source data base to detination DB.
I have a scenario where in I have to push data from the source DB to the Destination DB for the particular 5 columns,
By using a compare condition between column "col1" in source DB and column "col1" in Destination DB (source.col1=destination.col1).
If this condition satifies then I need to push data of 5 columns from source DB to destination DB.
Please let me know which transformation I need to use to perform this operation.
Thanks in Advance
Thanks
Naga
Thanks, Naga