I am getting the error from the application as following with SQL server 2005
"Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRANSACTION statement is missing. Previous count = 1, current count = 0"
How can I find the stage where this error is raised?
How can I find the missing transaction or the stored procedure where it is not committed or getting rolled back?