The row-level-security tag has no wiki summary.
2
votes
1answer
854 views
How to do Row Level Security in SSRS 2008 R2 (or 2012) with Active Directory Groups?
I would like to create a single report that filters data based on what Active Directory group the user is in.
Through various searches I see that Row Level Security is possible in SSRS in the Report
...
3
votes
1answer
411 views
Webapp & MySQL: Row Level Security
I am trying to emulate row level security on a webapp I am developing using MySQL.
Using this method:
Creating a database with the the required tables where the data pertaining to all the users will ...