what is the minimum permission for SQL Agent Account

  • I want to use SQL Job to stop one of the service on a remote server, such as 'sc \\server1 stop service1

    I got access denied error, till I gave SQL Agent Account the local administrator right on 'server1'.

    Just don't think this is right to give it administrator right, how should I set this up?

    Thanks.

  • The account needs the rights to stop the service, so this is usually power users or administrators.

    My Google-Fu isn't strong at this time in the morning, so lookup the permissions needed to run NET STOP.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply