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...