↧
Answer by Neil P for SSIS - The ROLLBACK TRANSACTION request has no...
It turns out, I had done something really stupid.My SSIS package, as it turns out was perfect, I had named the transactions and set "RetainSameConnection" to true. Begin/commit/rollback commands were...
View ArticleSSIS - The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION
I am trying to use explisit transactions within SSIS. The database I am working with does not have the DTC enabled, so I cannot use SSIS' inbuilt transaction handling.I have execute sql tasks to...
View Article