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.