Hi All,
We are using Sql Server 2008 and have set of look up tables. Each of these look-up tables contains some predefined set of values.
For maintaing purpose, every now and then we need to update these tables with latest values by comparing the values that are present in the production database.
We need to insert, delete and update the look up tables according to the data present in the production database lookup tables.
To achieve this we are using a SSIS package and is working fine. Now we need to track the changes done by the package to each individual table i.e. when the package runs, we have operations like insertion of new values into the table or modification of existing values.. etc. We need to write these into a spreadsheet during the package run so that we will have the result with what got modified/inserted.
Can anyone help/guide me how to capture these deatils.