C4 14 Native Transaction ... failure path
For Ch 14 example Single Package Using a Native Transaction in SQL Server, I created this example and executed it to create the table. Thinking that I'd like to see the failure path followed, I executed it again. The Create Table task failed, of course, but so too did the Rollback. In the Execution results I see the 'table already exists' error message, as expected, but also the error message that the ROLLBACK has no corresponding BEGIN TRANSACTION. I do have a BEGIN TRANSACTION. Did anyone else get this error?
|