Job Properties - New Job (General Page)

Applies to: SQL Server Azure SQL Managed Instance

Important

On Azure SQL Managed Instance, most, but not all SQL Server Agent features are currently supported. See Azure SQL Managed Instance T-SQL differences from SQL Server for details.

Use this page to view and modify the general properties of a Microsoft SQL Server Agent job.

Options

Name
Change the name of the job.

Owner
Select the owner for the job.

Category
Select the job category for the job.

...
View the jobs in the selected category.

Description
Change the description of the job.

Enabled
Enable the job. When the job is not enabled, the job does not run in response to a schedule or an alert, although you can still start the job using the sp_start_job stored procedure.

Source
Displays the master server for the job. Only available on the Job PropertiesGeneral page.

Created
Displays the date and time that the job was created. Only available on the Job PropertiesGeneral page.

Last modified
Displays the date and time that the job was last modified. Only available on the Job PropertiesGeneral page.

Last executed
Displays the date and time that the job last started running. Only available on the Job PropertiesGeneral page.

View Job History
View the job history for the job. Only available on the Job PropertiesGeneral page.

See Also

Implement Jobs
Job Categories - Manage Job Categories