Hi All,
We've SSIS package which insert and update data on both ends which is source server and destination server. for a example we insert data from server A-->B and update the flags on server A.Now we need to implement transaction to this packagebut unfortunately we can't use MSDTC due platform limitations.so we are looking for a alternative method like T-SQL transactions.I saw some really interesting articles like this http://consultingblogs.emc.com/jamiethomson/archive/2005/08/20/SSIS-Nugget_3A00_-RetainSameConnection-property-of-the-OLE-DB-Connection-Manager.aspx and http://microsoft-ssis.blogspot.sg/2011/09/ssis-transactions-with-tsql.html.But I'm having some doubt on this so please suggest your ideas.These are my question...
** Is it possible to ROLL-BACK both ends ( source & destination ) if either end got some exception on using T-SQL Transactions ?? since we are insert and update both ends.If I'm correct transactions begin against for only one connection ( either source or destination ) in SSIS T-SQL Transactions .but we are using 2 separate connections for source and destination.
Dimuthu