Hello, all
We have an old DB, which had a scheduled event added to it recently.
Even launches a stored procedure. Sometimes it terminates with error -6.
My question is: how can we catch the sql error text of this error and then allow the procedure to continue despite an error (it is, basically, a loop statement).
The client is using version 11, so there is no TRY CATCH.
Thank you