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.