+2 votes
in Sql by
What is uncommittable transactions?

2 Answers

0 votes
by

When an error occurs in a transaction within a TRY block, and if the error is not serious it enters into a status open and Uncommittable. In an uncommittable state, the transactions cannot perform any action that would generate a write to the transaction log.

0 votes
by

When an error occurs in a transaction within a TRY block, and if the error is not serious it enters into a status open and Uncommittable. In uncommittable state, the transactions cannot perform any action that would generate a write to the transaction log.

Related questions

0 votes
+2 votes
asked Jan 15, 2022 in Sql by GeorgeBell
+2 votes
asked Jan 15, 2022 in Sql by GeorgeBell
...