SQL Server Error Msg 266 – Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = %ld, current count = %ld.

In this blog post, let’s learn about the error message “266 – Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = %ld, current count = %ld.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.

SQL Server Error Message

266 – Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = %ld, current count = %ld.

Reason for the Error

To be update soon…

Solution

To be update soon…