help with commit in DTS -
08-01-2003
, 08:37 AM
I have DTS with 3 steps
Step 1 Execute SQL insert into table A
Step 2 Execute SQL update table B
Step 3 Execute SQL delete from table C
if Any of the step fails I want rollback all the changes.
Presently
if step 2 fails ,insert into table A from step 1 COMMITED ?!!!
I tried all options of package properties with no success.
How commit changes in A,B,C only if all 3 steps complited with success ?
Thank you
Alex |