Creating a user and granting required permissions
Before you configure the Microsoft SQL Server agent, you must create a user (login) on the Microsoft SQL Server and grant permissions to the user to monitor the Microsoft SQL Server. The process of granting permissions is the same for SQL Server 2005, or later.
Before you begin
- Ensure that you have the database administrator authorization role (sysadmin) to create a user and grant permissions to the user.
- Ensure that the SQL Server ID that you use to configure the SQL agent must have the following
SQL Server authorization roles:
- Database roles: Public access is required for each database that is being monitored.
- Server roles: Sysadmin role is required.
About this task
You grant permissions to SQL Server login ID so that agent can monitor the Microsoft SQL Server. Complete this task before you configure the agent.