Right now, i made an ssis package to do a one time loading of data into a table from another database. New rows are added to source frequently. I DON'T want to drop the destination and reload it every time an update is needed. How do i make my ssis package do this ?
↧