Viewing 2 posts - 1 through 2 (of 2 total)
Table Variables are not bound to any transaction as they are just like any other variable.
Just like any other variable, a Table Variable's scope exists only within the context of...
April 8, 2010 at 1:48 am
#1148072
In my experience, Table variable will not rollback.
A table variable's lifespan is only for the duration of the transaction that it runs in.
April 8, 2010 at 1:01 am
#1148052