Hi all,
I have a department details in a file,now i need to send data to target table . based on the parameter which i pass in package in ssis
example:
Deptno, Dname,Location
10,Accounts,Tx
20,sales,Dallas
30,Marketing,CA
Now if pass deptno as 10 then that department details should load into target , how to achieve this in SSIS .Can anyone help on this....