Currently I have an Excel file that I load into a table every night. To do this, I make a TRUNCATE of the table and then I have a data flow in which I load the data from the Excel file to my table.
In the case the loading fails, I would like not TRUNCATE. Is it correct to make a rollback?
thank you.
You should see how transactions are handled in SSIS. For more details please read below
http://msdn.microsoft.com/en-us/library/cc304421.aspx