zoah666 wrote:Stored procedure OUTER_TEST calls stored procedure INNER_TEST.
If an error in INNER_TEST, how do I capture the error message (to store in a table). When I have a try-catch in OUTER_TEST, I can only access a later error message and not the initial one from INNER_TEST
I got this,..
What, exactly, have you got?
Did you understand my code? A very simple modification to it would achieve your desired outcome.