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.