Hi,
I'm new to SSIS. I am working on how to Insert new records only or Update modified records to the destination. Before asking this question i went through few forums in MSDN and other places.And found these:
http://consultingblogs.emc.com/jamiethomson/archive/2006/09/12/SSIS_3A00_-Checking-if-a-row-exists-and-if-it-does_2C00_-has-it-changed.aspx<o:p></o:p>
http://www.sqlis.com/sqlis/post/Get-all-from-Table-A-that-isnt-in-Table-B.aspx<o:p></o:p>
http://www.mathgv.com/sql2005docs/SSISTransformScriptETL.htm<o:p></o:p>
Now I am deleting some records in my source and i should be able to do the deletion in my target table as well using SSIS, can any one help out here Please