How to create a log that return error message whem my store procedure failed? -
07-15-2005
, 08:31 AM
Hi
I'm using Sql Server 6.5 and I have a sp that is called all the time.
This procedure inserts a row in a table. I saw that sometimes the row is not
inserted on the table.
How can I do to create a log that return error message in a table or in
another place when my store procedure failed?
Thanks. |