Dear all
Can you please plz help me to implement SSIS package to do the following:
IF I have a table name customer have columns :- id , name , address.
first :- I need from the SSIS to copy the data to another destination call the cus_new table, after that I delete the data inside the customer.
and when I add a new data in this customer I need to copy the new data to cus_new table.
Second :- and If someone add new columns to customer table like salary I need from the SSIS to redesign the cus_new and add the new columns (id , name , address, salary) and add the data with the new design without losing the old data
I'm using SSIS2012.
![alt text][1]
[1]: /storage/temp/1152-tables.jpg
↧