I have a SQL Server 2008 R2(sp1) stand alone server. When I reboot the server, SQL Server restarts without any issues but SQL Server Agent does not restart. I am receiving the following SQL Server Agent errors:
[000] Unable to connect to server; SQLServerAgent cannot start[298] SQLServer Error: 18452. Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. [SQLSTATE 28000]
[382] Login to server failed. (DisableAgentXPs)
[098] SQLServerAgent terminated (normally)
I checked the SQL Server Agent properties and the startup type is set to automatic. The recovery is set to restart the service (after 5 minutes). Does anyone have any suggestions on what I need to do to have SQL Server Agent restart.