Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 1, current count = 0
I have an Insert Stored Procedure which will feed data to Table1 and get the Column1 value from Table1 and Call the Second Stored Procedure which will feed the Table2. But when I call The Second Stored Procedure as: Exec USPStoredProcName It gives me error as follows: Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 1, current count = 0. I have read the answers in other such questions and am unable to find where exactly the commit count is getting messed up. If you have a TRY/CATCH block then the likely cause is that you are