views:

59

answers:

0

I have 2 SQL Task, each calling different stored procedures. The query in each SP is enclosed between BEGIN and END trans. I added "OnSuccess" of task 1 then move to task 2. I also added 'Fail Package On Error" and enabled "Tansactions" at package level.

Question - If task2 fails, shouldn't task 1 be rolled back?

related questions