|
Glockenspiel
Starting Member
48 Posts |
Posted - 04/19/2004 : 17:44:06
|
Hoping this is an easy one for you gurus...
I added a user account to the special role 'db_datareader'. Next, I REVOKed SELECT access from one column of a table using the following:
REVOKE SELECT (ColumnName) ON TableName FROM AccountName
Why can the user account still see the column?
And... how can I achieve the desired results of having the account be able to see everything except the one column of this one table.
Thanks!!!! |
|