Re: SQL Server 7 Permissions!
From: Sue Hoegemeier (Sue_H_at_nomail.please)
Date: 03/02/05
- Previous message: Chris Weber [Security MVP]: "Re: Only Public is selected but users can still create tables?"
- In reply to: b_at_man.com: "Re: SQL Server 7 Permissions!"
- Next in thread: b_at_man.com: "Re: SQL Server 7 Permissions!"
- Reply: b_at_man.com: "Re: SQL Server 7 Permissions!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 01 Mar 2005 18:36:44 -0700
Yes it matters if the user is a member of the Windows
Administrators group.
By default, there is a group added to SQL Server called
BUILTIN\Administrators which is the local admins group on
the server. The default is for the group to be a member of
the sysadmin role. So a member of the administrators group
is a sysadmin if using the default groups and roles.
You can change the default behavior but whether you have
problems or not depends. The following article has an more
information section with links to some issues that could
come up:
INF: How to impede Windows NT administrators from
administering a clustered instance of SQL Server
http://support.microsoft.com/?id=263712
-Sue
On Tue, 01 Mar 2005 10:25:52 -0800, "b@man.com" <b@man.com>
wrote:
>Hi!
>
>The user is the user I'm using (checked) and is not sysadmin. However,
>he is a member of Windows Administrators. Is it really an issue? Can't
>I deny access from a win. admin.?
>
>Tibor Karaszi wrote:
>
>> Perhaps the user is sysadmin? Or member of the Windows Administrators
>> group? Also, check that the user is really logged in as who you think
>> (SELECT SYSTEM_USER).
- Previous message: Chris Weber [Security MVP]: "Re: Only Public is selected but users can still create tables?"
- In reply to: b_at_man.com: "Re: SQL Server 7 Permissions!"
- Next in thread: b_at_man.com: "Re: SQL Server 7 Permissions!"
- Reply: b_at_man.com: "Re: SQL Server 7 Permissions!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|