Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
example

In SSIS i have

Begin Tran

in sequence contaner

Connection DB test1
1,Sql task -CREATE TABLE test_ID (ID int)

2.Sql task-Insert fields ---INSERT INTO EMPLOYEE_ID1 VALUES (5)

3.Sql task-Execute failure()---
SQL
select 1
union
select 1,2



In precedence Containor

Commit tran and Rollback tran

So senario when MSDTS (Distributed transaction services) is disabled when transaction failed evry thing to rollbacked
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900