Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't start sql server Agent [closed]

I want to start the SQL Server Agent (sql server 2008 R2 Enterprise edition), then I did:

  1. Open SQL Server configuration manager.
  2. SQL Server services.
  3. Right click on sql server agent.

but when I right click the start item is disable.

like image 927
SajjadZare Avatar asked Apr 05 '13 12:04

SajjadZare


Video Answer


1 Answers

Go to run type services.msc

Right click on the SQL Server Agent (MSSQLSERVER)

Then check in the properties your startup type might be disabled change it to automatic or manual and try again it will enable the start option

like image 53
NetStarter Avatar answered Sep 21 '22 02:09

NetStarter