Re: Minimum rights for SQL Agent
From: Hari (hari_prasad_k_at_hotmail.com)
Date: 02/25/04
- Next message: Dave Uphoff: "Trusted connection error"
- Previous message: Bruce Rhoades: "Minimum rights for SQL Agent"
- In reply to: Bruce Rhoades: "Minimum rights for SQL Agent"
- Next in thread: Geoff N. Hiten: "Re: Minimum rights for SQL Agent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 25 Feb 2004 09:19:25 +0530
Hi,
Do not run SQL Server and SQL Agent services as local system, local
administrator, or domain administrator accounts.
If your services starts based on above, most of the jobs which require an OS
level admin previlages will fail.
Eg:
1. Using XP_CMDSHELL wrting into hard drives, Registry read/write/delete...
2. SQL Agent connection to SQL Server with Admini prev.
Go thru the below link for more information on setting up security,
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechn
ol/sql/maintain/security/sp3sec/SP3SEC02.ASP
Thanks
Hari
MCDBA
"Bruce Rhoades" <bruce.rhoades@gdsinc.com> wrote in message
news:eI8S4C0#DHA.2484@TK2MSFTNGP12.phx.gbl...
> Hi,
> Here is a problem:
> SQL 2000 servers on Win 2000 servers in NT4 Domain
> Security restrictions exclude Everyone group from all the shares and
> registries.
> The SQL agent and SQL Server service accounts should NOT be Local or
Domain
> Administrative privileges.
>
> What are the minimum rights and registry access required for these
accounts
> in order to operate?
>
> Any help is greatly appreciated.
>
> Regards,
> JD
>
>
- Next message: Dave Uphoff: "Trusted connection error"
- Previous message: Bruce Rhoades: "Minimum rights for SQL Agent"
- In reply to: Bruce Rhoades: "Minimum rights for SQL Agent"
- Next in thread: Geoff N. Hiten: "Re: Minimum rights for SQL Agent"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|