Does anyone know how to trap errors in a stored procedure?
I am executing 'dump transaction' statements to dump the logs for all my databases.
The first log that fails to dump stops the procedure, and the remaining logs don't get processed.
Thanks for any help.