Hi, I am transferring the xml data from an xml file into sql server table using ssis. To avoid any duplicate import via this ssis package, I would like to first check if data exists in the sql server table for what is about to be imported. If so then delete the existing data and then import. Question: How do I get the field value say ID field from the file and then take this id and delete these from the table in sql server first. Is this to do with lookup or is there an easier way to do this please? thanks
See this http://www.mattwoodward.com/blog/in...y&entryId=5B5F4137-C24F-CB65-FA975648C634C961 blog in this regard.