Interview Questions

What does a return value of -1 mean from the function XACT_STATE() in SQL Server 2005?

Microsoft SQL Server FAQs


(Continued from previous question...)

What does a return value of -1 mean from the function XACT_STATE() in SQL Server 2005?

Answer: This indicates that the current transaction cannot be committed.
Explanation: This indicates the the current transaction has entered an uncommittable state.

(Continued on next question...)

Other Interview Questions