Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We have jobs that use the MSSql Adapter to execute a stored procedure. The stored procedure use TRY/CATCH. I an error occurs the statements in the CATCH execute, but the Tidal job completes normally. I have tried using RETURN(), RAISERROR, and THR...