SSIS Rollback Package

ssis

I have several data flow tasks in my package that depend on other data flow tasks. For testing reasons I want to run the entire package and then roll it back after it completes. How do I do it?

Best Answer

Wrap all the changes in a transaction and then abort it.

How To Use Transactions in SQL Server Integration Services SSIS