• :exclamation: I should also caution you about the other way to look at this:

    If you insert/update/delete TABLE variable rows inside a transaction, and subsequently rollback the work, the table variable changes are not rolled back with the transaction. This could lead to data inconsistencies.

    Be careful.