Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRANSACTION statement is missing
        Posted  
        
            by Paresh
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paresh
        
        
        
        Published on 2010-02-15T11:42:41Z
        Indexed on 
            2010/05/09
            10:08 UTC
        
        
        Read the original article
        Hit count: 311
        
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 raised? how can i found the missing transaction or the stored procedure where it is not committ or rollback?
© Stack Overflow or respective owner