Specifies how the Controller should determine whether the SQL command failed or completed successfully.
Options:
- Skip Result Processing
- Success Exitcode Range - The SQL command is considered completed successfully if its exit code falls within the range specified in the Exit Codes field.
- Failure Exitcode Range - The SQL command is considered failed if its exit code falls within the range specified in the Exit Codes field.
- Success Result Set Contains - The SQL command is considered completed successfully depending on the value in the first row of a specific database column (see Column Name, Operator, and Value fields).
- Failure Result Set Contains - The SQL command is considered failed depending on the value in the first row of a specific database column (see Column Name, Operator, and Value fields).