I have created a SSIS package. I need to apply Transaction to this package for rollbacking in case the package fails. What I found is a property \"TransactionOption\" which
Create 2 "OLE DB Connection managers" both connecting to the same
database. On the properties of one of the "OLE DB Connection
managers" set the 'RetainSameConnection' property to true.
Then create 3 "Execute SQL Task" and connect them with the "OLE DB
Connection managers" were the 'RetainSameConnection' property is set
to true.
Add the following statements on there respective Execute SQL task