I need to create a stored procedure that will log exceptions of other procedures created in a schema.
It will be great if anyone can suggest the handling of those exceptions as well.
If logging in to file is not possible then storing error_codes and messages into Table will also be fine.