Click here to Skip to main content
15,892,575 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi. I'm using SQL Server 2014 and having a problem.

In Task Manager, on Services tab, I found SQLAgent$VILLBE_SQLSERVER (VILLBE is my computer name), right click and Start.

It started and... stopped after 1 second.

Then, I open services.msc, and Start the SQL Server Agent (VILLBE_SQLSERVER). It's working.

After 30 seconds, it stopped automatically. When I click Start again, it said that:

HTML
The SQL Server Agent (VILLBE_SQLSERVER) service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.


Last, I right click SQL Server Agent, choose Properties, set Start up type is Automatic and reboot my PC.

When reboot is done, SQL Server Agent still is stopped

Some other services:
HTML
SQL Server Browser - Running - Automatic (start up)
SQL Server (SQLEXPRESS) - Cannot start within warning: Windows could not start the SQL Server (SQLEXPRESS) on Local Computer....error code 17058.


Can you give me anyway to fix the problem?

Thank you!
Posted
Updated 6-Feb-18 19:20pm
Comments
Maciej Los 28-Mar-15 13:11pm    
Are you sure you have MS SQL server installed?

Try to setup a maintenance plan, for example. This will give your agent something to do.
It may be that the service does not run because nothing at all is given to do to it.
It can also be that you are using an express version of SQL Server, which does not support the use of an agent. Silly that it is installed anyway, but that's a fact.
 
Share this answer
 
 
Share this answer
 
step 1:- start Windows Event Log service
step 2:- try to start sqlserveragent service it will work
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900