I have been asked to do a task which is import data from one table and loop through that data with another table and fetch the matching result using SSIS Script task or script component.
I am very poor in script writing could anyone help me with this please?
Table 1
username cust_id
a 2
b 4
c 5
Table 2
cust_id city
2 london
4 bngl
Loop through table-1 data with table-2 data and fetch the O/p as following
username cust_id
a 2
b 4
Thanks in advance