Search code examples
t-sqlssistransactionsssis-2012

The implementation of Transaction with out msdtc in the design pattern


The transaction has implemented as shows below.When executed it says there is no begin transaction and the whole package exe has been roll backed.

How to get this work with out changing the structure enter image description here

After the execution

enter image description here


Solution

  • For this transaction setup to work with Microsoft DBMS - you have to specify RetainSameConnection=true in Connection Manager properties.
    More details on this approach with screenshots.