Please help me to resolve this issue... We have Triggers and also some procedures.... We are calling some procedures inside a procedure...
Somewhere it is causing this error: Please let me know the fix for this issue Msg 266 Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 1, current count = 0.
i think you've not included the logic in inner procedures to rollback transaction upon all possible error condition. If over 2005 put TRY CATCH around the logic
------------------------------------------------------------------------------------------------------ SQL Server MVP http://visakhm.blogspot.com/