Hi,
I'm thinking of introducing transaction logic into a suite of SSIS packages. The sensible way seems to be by using the TransactionOption property and that does look like it gives a lot of flexibility over the scope of transactions. My question is; is this the recommended way to handle transactions in SSIS? Should I consider anything else? One thing I need to bear in mind is that our SQL Server will soon be moving into Azure so I do wonder if there is any potential issue there. I'm aware of the need for MSDTC on the SQL Server; that should not be a problem.
Any advice gratefully received!
Thanks