SSIS SCENARIO

  • 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....

  • Load the data into a holding table, then you could write a t-sql task to only copy the data you need passing in a variable

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply