I have an SSIS package that I use to perform incremental inserts into a table. I want to modify the package so that it will do a historical load (i.e., will truncate the table and re-load the historical data). Is there a way to truncate the table within the Data Flow task just before I write to the destination?
I'm using a SQL Server destination.
Thanks!
I'm using a SQL Server destination.
Thanks!