Subject logging exception message text in stored procedures
Author tommyjky
I have a store procedure in which I want to to write exeptions to a
log table. When I get an error, I want to call a stored procedure and
send the text of the error message and write it to a table. I don't
know the field that the error text is stored in. Can someone please
tell me the name of the field where I can get the error message text.