Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Dance Doll
Yak Posting Veteran
54 Posts |
Posted - 2009-07-01 : 14:12:35
|
Hi, helpersHow can I explicitly deny a domain user to access a database on sql server? The user belongs a window admin group. And this admin group has sysadmin right. Don't want other members of this admin group get affected by the change.BTW, this user still need to stay in this admin group.Thanks in advance! |
|
rajdaksha
Aged Yak Warrior
595 Posts |
Posted - 2009-07-02 : 04:54:28
|
http://technet.microsoft.com/en-us/library/ms172405.aspx |
 |
|
Dance Doll
Yak Posting Veteran
54 Posts |
Posted - 2009-07-02 : 08:58:58
|
rajdaksha, you did not understand my question. |
 |
|
sodeep
Master Smack Fu Yak Hacker
7174 Posts |
Posted - 2009-07-02 : 18:39:09
|
You can't deny Sysadmin from accessing database. |
 |
|
tripodal
Constraint Violating Yak Guru
259 Posts |
Posted - 2009-07-03 : 15:03:05
|
Create a new windows admin group.Do not give this group permissions to the sql server. |
 |
|
|
|
|