Icon ENABLE JOBS

Enables all existing jobs.

Syntax
ENABLE JOBS

Usage
Use this statement to enable all jobs. If any of the jobs are already enabled, then this statement does nothing for those jobs.

Information 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 enables all jobs

ENABLE JOBS

Required Privileges
The 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 Deviations
This statement deviates from the SQL 2003 standard in the following ways:

DeviationDetails
ExtensionThis SQL statement is an ElevateDB extension.
Image