Question : EXCEPTION... others

when you catch an 'others' exception.. what are the options to log error.. is there any syntax to capture the exact result and put it on the server for someone to review..

thanks
1:
2:
3:
4:
5:
6:
7:
BEGIN
    ----  <code>
EXCEPTION
    WHEN OTHERS THEN
         --- log the error - what exactly can be do here?
    ROLLBACK;
END;

Answer : EXCEPTION... others

Its an internal helper table used by SQL Server.
Practically its not recommended to touch this table.
Random Solutions  
 
programming4us programming4us