February 17, 2012 at 9:51 am
In SSMS, I noticed one of my SQL Server instances (I believe SQL Server 2000) there was a red x with the SQL Server Agent icon. I went to the server and checked the following:
Services - it showed the agent was started
Log file - "SQLSERVERAGENT starting under Windows NT service control"
Event viewer - did not really show anything compelling.
Any thoughts on what could be causing this? Any comments / URLs would be appreciated.
Thank you.
February 18, 2012 at 12:05 am
If you restart the SQL Server Agent service, there will always be something in the event viewer marked as an error. It can be a failure to authenticate the account under which the service is running, missing files, disk permissions, etc.
Check the Windows event viewer log carefully.
February 21, 2012 at 1:56 pm
bobba (2/17/2012)
In SSMS, I noticed one of my SQL Server instances (I believe SQL Server 2000) there was a red x with the SQL Server Agent icon. I went to the server and checked the following:Services - it showed the agent was started
Log file - "SQLSERVERAGENT starting under Windows NT service control"
Event viewer - did not really show anything compelling.
Any thoughts on what could be causing this? Any comments / URLs would be appreciated.
Thank you.
CAn you first check if the server is really a SQL 2000 Server? Can you tell me what happends when you right click on the agent and select start?
February 23, 2012 at 11:38 pm
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply