Is the login need to be part of Local/Domain Admin for SQL Server Agent?

  • I need to limit database access to a login who is part of Domain/Local Admin group. One suggestion, was to DENY permission to SQL's BUILTIN/Administrators group. If I do that the SQL Agent would not start. We rum SQL Mail as well.

    Is there a way out?

    Thanks in advance.

    Hari

  • 1.Deny permission to 'Builtin\Administrator' group

    2.Add the SQL Agent account login and grant the 'sysadmin' privileges

    Sivaprasad S - [ SIVA ][/url]http://sivasql.blogspot.com/[/url]

  • I tried the method and SQLAGENT did not start. However, when I deleted the group, it worked.

    Thanks though.

    Harinath

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

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