Forum Replies Created

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

  • RE: Load Data using SSIS Regularly

    Yeah, it's a work around. Another option can be use a flag in source table like boolean 0/1 or char T/F etc. Use the flag to determine new rows. But...

  • RE: Load Data using SSIS Regularly

    Fetch PK from source. Use PK as we need a distinct value for each row for Lookup in the destination table. In Lookup task, define ur destination and use PK...

  • RE: Load Data using SSIS Regularly

    You can use lookup in dataflow task in SSIS. After lookup, use conditional split for either updation/insertion in destination table. But in order to achieve this, you should have a...

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