Hi All,
I have source A and source B two databases on different sql servers. Need to compare data in both databases and if any new rows in source A need to insert into source B and if any data update is source A those rows data needs to update in source B.
I have used below transformations to insert and update data in source B. This SSIS package runs successfully insert operation is working fine but data update is not happening after SSIS running successfully.
Can you please help me on this.
Thanks in Advance.
condition used in conditional split transformation
NEWROWISNULL(DBID)
EXISTINGROW!ISNULL(DBID)
Thanks
Naga
Thanks, Naga