Is there a way to log an error number and the message associated with that error number into a table that is created in a stored procedure?
I wanted to create a table to log any errors that occur during the execution of the stored procedure.
I wanted to log the error number and error message.
I wanted to create a table to log any errors that occur during the execution of the stored procedure.
I wanted to log the error number and error message.