I've just begun using SSIS and I've been trying to set up a data flow where I import data from a CSV file into a table on one of the servers.
I can read from the flat file (CSV) and insert it into SQL server OK, but I need to add an extra step and I can't figure out how: I want to delete all records from the table before I insert the new values.
Does anyone know how to help? Thanks!