I have a SSIS package which export a db from one SQL server to another. I noticed that the exported db on the destination is getting very large compare to the original one. I think the SSIS package probably keep appending the destination db with new data. I wonder how I can change the SSIS package using SSMS so that the export will overwrite the destination db instead.
Thanks