Database Table QueuedJob |
[This is preliminary documentation and is subject to change.]
This table contains orders for jobs. The fullfilled orders with the time of execution and the result of running the job.
Field name | Type | Note | Description |
---|---|---|---|
Id | int | Unique identifier | |
Configuration | varchar(50) | Name of configuration placing the order | |
SQLSever | varchar(50) | Name of sqlserver to execute the order | |
JobName | varchar(255) | Name of the SSIS package to execute | |
Queued | datetime | The time the order was placed. | |
Executed | datetime | The time the order was executed. | |
Result | text | Result of running the package | |
Parameters | varchar(max) | Parameters to the package |
QueuedJob stand alone