December 4, 2014 at 4:25 am
Hi All
I have facing problem in following scnario create the role of sqlserver.
In my datatabase i create a one user role for specifically denying one column for select permission .
But that denying permission reflecting for multiple columns (two additional columns)
December 4, 2014 at 4:32 am
Post your script please.
-- Gianluca Sartori
December 4, 2014 at 5:25 am
an issue with denying a column explicitly, is the end user cannot do a select * from a table (nor an application) using that person's credentials.
it can make data access quite a bit more challenging.
any query that selects that column in it will fail(ie select col1,col2,col3 from table)
where col3 is explicitly denied.
the code has to explicitly select the columns that are accessible.
Lowell
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply