SQL Server Agent Properties (Job System 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 how the Microsoft SQL Server Agent Service manages jobs.

Options

Shutdown time-out interval (in seconds)
Specifies the number of seconds that SQL Server Agent waits for jobs to complete before shutting down. If the job is still running after the interval specified, SQL Server Agent forcefully stops the job.

Use a non-administrator proxy account
Sets a non-administrator proxy account for SQL Server Agent. Microsoft SQL Server 2008 (10.0.x) and later versions support multiple proxies, therefore this option is only applicable when managing SQL Server Agent versions prior to SQL Server 2008 (10.0.x).

User name
Type the name of the user for the non-administrator proxy account. SQL Server supports multiple proxies, therefore this option is only applicable when managing SQL Server Agent versions prior to SQL Server 2008 (10.0.x).

Password
Type the password of the user for the non-administrator proxy account. SQL Server 2005 (9.x) and later versions support multiple proxies, therefore this option is only applicable when managing SQL Server Agent versions prior to SQL Server 2005 (9.x).

Domain
Type the domain of the user for the non-administrative proxy account. SQL Server supports multiple proxies, therefore this option is only applicable when managing SQL Server Agent versions prior to SQL Server 2008 (10.0.x).

See Also

Implement Jobs