I want to create a log to track records passed between source and destination in package. I have couple packages which compares SharePoint lists after copying the data in Sql Server staging tables and then modifies the list or deletes records from the
list. I would like to track what are the items modified/deleted along with time stamp, like how many rows are effected and ID of each row. If for some reason it fails i would like to know at what ID it failed.How can i get this done?
↧