Documentation
-
Start, Stop, or Pause the SQL Server Agent Service
Start, stop, or pause the SQL Server Agent service.
-
SQL Server Agent
-
Configure SQL Server Agent
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
This topic describes how to set the connection between SQL Server Agent and the Database Engine in SQL Server by using SQL Server Management Studio. The SQL Server Agent service can connect to a local instance of SQL Server by using Windows Authentication.
Object Explorer only displays the SQL Server Agent node if you have permission to use it.
Beginning with SQL Server 2005 (9.x), SQL Server Agent does not support SQL Server Authentication. This option is available only when you administer an earlier version of SQL Server.
To perform its functions, SQL Server Agent must be configured to use the credentials of an account that is a member of the sysadmin fixed server role in SQL Server. The account must have the following Windows permissions:
Log on as a service (SeServiceLogonRight)
Replace a process-level token (SeAssignPrimaryTokenPrivilege)
Bypass traverse checking (SeChangeNotifyPrivilege)
Adjust memory quotas for a process (SeIncreaseQuotaPrivilege)
For more information about the Windows permissions required for the SQL Server Agent service account, see Select an Account for the SQL Server Agent Service and Setting Up Windows Service Accounts.
In Object Explorer, click the plus sign to expand the server that you want to set up with a connection to its SQL Server Agent Service.
Right-click SQL Server Agent and select Properties.
In the SQL Server Agent Properties dialog box, under Select a page, click Connection.
Under SQL Server connection, select Use Windows Authentication to enable SQL Server Agent to connect to an instance of the SQL Server Database Engine with Microsoft Windows Authentication. Connections to SQL Server 2005 (9.x) and later databases require Windows Authentication.
Documentation
Start, Stop, or Pause the SQL Server Agent Service
Start, stop, or pause the SQL Server Agent service.
SQL Server Agent
Configure SQL Server Agent
Training
Certification
Microsoft Certified: Azure Database Administrator Associate - Certifications
Administer an SQL Server database infrastructure for cloud, on-premises and hybrid relational databases using the Microsoft PaaS relational database offerings.