I created a SSIS package that will export and import all tables from one server to another server (both are 2008R2 SQL). Now, the job just append new data to the destination database. I wonder how I can perform a overwrite instead? I would like both the database and log file to be overwritten.
Thanks