Hi all, I have a stored procedure with nested transactions.
A rollback transaction occurs in the inner transaction, but I don't want that to cause the outer transaction to rollback. Is that possible? It seems that the rollback always rolls back both transactions. Regards, Tony
