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 |
|
BJM RAO
Starting Member
20 Posts |
Posted - 2009-03-19 : 11:09:12
|
| I denied Select permisison to a group on a table i.e Test for some columns .. working fine.Now the problem is ... same thing i had done with the view of the table i.e vwTest, but still i could retreive denied columns of the view... how come ?No fault with the schema ... ensuredPse state in detail what has to be done tks |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2009-03-19 : 11:17:16
|
| are you sure that account you used to access view was nt given specific rights on view to access columns? |
 |
|
|
|
|
|