Hello,
I am using MS SQL server 2008. I have a data base “Product details”, in that I have 4 tables A,B, C and D. Now I have a requirement of denying access to table “B” and “D” for some users of group “admin”.
Currently I am using deny option, which denies the access to all the members of group.
So Is there any other alternatives for me to restrict access to table only for selected members of group ?