sql server - Rollback SSIS Data Flow Tasks if one fails -


in ssis package have several data flow tasks.

is there way in ssis says if f0101z2 task completes f03012z1 fails rollback passed in f0101z2 step?

my ssis package

any guidance appreciated.

thanks

set transactionoption=required on package level, , configure tasks transactionoption=supported(by default supported). join transaction, , if fail, transaction rolled back. note: first make sure msdtc(ms distributed transaction co-coordinator) enabled in control panel--->admin tool-->services.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -