Search

Thursday, May 3, 2012

The Rollback Transaction request has no corresponding Begin Transaction

Sometimes while using transaction in SQL Sesrver you get the following error:


The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION.
The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION.


The main reason for this error is that there is no Transaction is running but you had issued Rollback or Commit transaction.



No comments:

Post a Comment