Re: minimum OS user level to operate SQL Server
From: Steve Thompson (SteveThompson_at_nomail.please)
Date: 11/21/03
- Next message: Jasper Smith: "Re: Connections errors"
- Previous message: Carlos Eduardo: "Who installed"
- In reply to: djc: "minimum OS user level to operate SQL Server"
- Next in thread: djc: "Re: minimum OS user level to operate SQL Server"
- Reply: djc: "Re: minimum OS user level to operate SQL Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 Nov 2003 13:58:10 -0500
"djc" <noone@nowhere.com> wrote in message
news:u9rrYCFsDHA.2508@TK2MSFTNGP10.phx.gbl...
> I need to know what the minimum is for a user to have full control over
> SQLServer2000 but nothing else in the OS.
>
> A while back I was in a rush to get someone access and had problems. I
wound
> up making the user account a member of the 'server operators' windows
> built-in security group. I really don't want to keep it that way.
>
> 1) What windows permissions/privelages are needed at a minimum to have
full
> control of SQL Server.
Here you need an account that allows the user to logon the server.
Typically, in a domain configuration, I'll add a user to the Users group
which allows them to logon locally (after you've configutered the local
policy options), however they cannot install/remove software or mess with
most administrative options.
> 2) What SQLServer permissions/privelages are needed at a minimum to have
> full control of SQL Server.
They need to have sysadmin equivalence. The best bet here, is create a local
group on the server that you add this user, add that local group into sql
server and grant that group system administrators (sysadmin) permissions.
Steve
- Next message: Jasper Smith: "Re: Connections errors"
- Previous message: Carlos Eduardo: "Who installed"
- In reply to: djc: "minimum OS user level to operate SQL Server"
- Next in thread: djc: "Re: minimum OS user level to operate SQL Server"
- Reply: djc: "Re: minimum OS user level to operate SQL Server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|