SQL Server Agent failed to start -


i have aws sql server 2008 r2 running , related service such sql server browser , running. sql server agent disabled (probably security reason), now, periodical backup service needs sql server agent , running, so, attempted start agent, first of course set manual, however, failed start err msg effect "some services automatically stop...", meaningless.

what need agent , running?

thanks.

the sql server agent needs variety of things run. chances of them not set up. verify account used run sql server agent , make sure has following permissions in local security policy:

  1. bypass traverse checking
  2. log on batch job
  3. log on service
  4. replace process level token

you might need make member of sysadmin role.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -