jobs.job_versions (Azure Elastic Jobs) (Transact-SQL)
Applies to: Azure SQL Database
Contains version history about jobs in the Azure Elastic Jobs service for Azure SQL Database.
Column name | Data type | Description |
---|---|---|
job_name | nvarchar(128) | Name of the job. |
job_id | uniqueidentifier | Unique ID of the job. |
job_version | int | Version of the job (automatically updated each time the job is modified). |
Permissions
Members of the jobs_reader role can SELECT from this view. For more information, see Elastic jobs in Azure SQL Database.
Caution
You should not update internal catalog views in the job database. Manually changing these catalog views can corrupt the job database and cause failure. These views are for read-only querying only. You can use the stored procedures on your job database.
Remarks
All times in elastic jobs are in the UTC time zone.