Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » System Information » Jobs Table |
CREATE TABLE "Jobs" ( "Name" VARCHAR(40) COLLATE "ANSI_CI", "Description" CLOB COLLATE "ANSI", "Attributes" CLOB COLLATE "ANSI", "Version" DECIMAL(19,2), "Category" VARCHAR(15) COLLATE "ANSI_CI", "UserName" VARCHAR(40) COLLATE "ANSI_CI", "StartDate" DATE, "EndDate" DATE, "Type" VARCHAR(15) COLLATE "ANSI_CI", "Interval" INTEGER, "Days" VARCHAR(60) COLLATE "ANSI_CI", "DayNumber" INTEGER, "DayOfMonth" VARCHAR(15) COLLATE "ANSI_CI", "Months" VARCHAR(60) COLLATE "ANSI_CI", "StartTime" TIME, "EndTime" TIME, "Definition" CLOB COLLATE "ANSI", "Enabled" BOOLEAN, "LastRun" TIMESTAMP, "NextRun" TIMESTAMP, "CreateSQL" CLOB COLLATE "ANSI_CI", "DropSQL" CLOB COLLATE "ANSI_CI" ) CREATE INDEX "Name" ON "Jobs" ("Name")
Type | Description |
Once | The job is scheduled to execute only once |
Hourly | The job is scheduled to execute every hour |
Daily | The job is scheduled to execute every day |
Weekly | The job is scheduled to execute every week |
Monthly | The job is scheduled to execute every month |
Every X Minutes | The job is scheduled to execute every X number of minutes |
Every X Hours | The job is scheduled to execute every X number of hours |
Every X Days | The job is scheduled to execute every X number of days |
Every X Weeks | The job is scheduled to execute every X number of weeks |
At Server Start | The job is scheduled to execute when the ElevateDB Server is started |
Statement | Description |
CREATE JOB | Creates a new job |
ALTER JOB | Alters an existing job |
DROP JOB | Drops an existing job |
RENAME JOB | Renames an existing job |
ENABLE JOB | Enables an existing job |
DISABLE JOB | Disables an existing job |
ENABLE JOBS | Enables all existing jobs |
DISABLE JOBS | Disables all existing jobs |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |