Job management#
Stored procedures for defining and controlling scheduler jobs, steps and schedules.
Stored procedure name |
Description |
|---|---|
Adds a job executed by the job scheduler. |
|
Adds a step (operation` to a job. |
|
Creates a schedule that can be used by any number of jobs. |
|
Sets a schedule for a job. |
|
Deletes a job. |
|
Deletes a step from the job. |
|
Deletes a schedule. |
|
Removes an association between a schedule and a job. |
|
Returns information about jobs. |
|
Returns information for the steps in a job. |
|
Instructs the scheduler to execute a job immediately. |
|
Changes the attributes of a job. |
|
Changes the setting for a step in a job that is used to perform automated activities. |
|
Changes the settings for a schedule. |