To resolve this problem, use SQL Server Configuration Manager to change the domain account back to a startup account. Then, use SQL Server Configuration Manager to change the startup account to a domain account. When you do this, SQL Server Configuration Manager will add the domain account to the following security group:
SQLServer2005SQLAgentUser$ComputerName$InstanceName
Therefore, SQL Server Configuration Manager will grant the required permissions to run agent jobs to the domain account.
To resolve the problem, follow these steps:
- Set the SQL Server Agent service account in SQL Server Configuration Manager to the LocalSystem account.
- Stop and then start the SQL Server Agent service.
- Reset the SQL Server Agent service account in SQL Server Configuration Manager back to the original account.
- Stop and then start the SQL Server Agent service.
You can also reset the password of the SQL Server Agent service account in SQL Server Configuration Manager.
To avoid this problem in the future, we recommend that you use SQL Server Configuration Manager instead of the Windows Service Control Manager to modify startup accounts.
For more information about how to change the SQL Server service account, visit the following Microsoft Web sites:
- SQL Server 2005
- SQL Server 2008