In my SSIS package I have several data flow tasks.
Is there a way in SSIS which says if the F0101Z2 task completes but the F03012Z1 fails rollback what was passed in the F0101Z2 step?
Any guidance would be appreciated.
Thanks
Set TransactionOption=Required
on Package Level, and configure all Tasks to TransactionOption=Supported
(by default Supported). They will all join the transaction, and if any fail, the transaction will be rolled back.
Note: First Make Sure that MSDTC(MS Distributed Transaction Co-coordinator) is enabled in the Control Panel--->Admin tool-->Services.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With