UsageUse this statement to disable a job (if enabled).
This is an in-memory operation and does not persist in the ElevateDB Server configuration. Once the ElevateDB Server is restarted, all jobs will be enabled, by default.
Examples
-- The following statement disables the Backup job
DISABLE JOB "Backup"
Required PrivilegesThe current user must be granted the system-defined Administrators role in order to execute this statement. Please see the User Security topic for more information.
SQL 2003 Standard DeviationsThis statement deviates from the SQL 2003 standard in the following ways: