Cannot use ROLLBACK statement in INSERT-EXEC statement

Cannot use ROLLBACK statement in INSERT-EXEC statement

I use two stored procedures. first sp returns some int value

I use this in second sp with INSERT EXEC

But when I execute the second sp, I get the above error

Please, help

+4
source share

All Articles