What is the SQL Server equivalent to Oracle's Virtual Private Database?
oracle, owasp, security, sql, sql-server
Solution
For row/column level security and other aspects like fine grained access control in SQL Server you might want to check this http://technet.microsoft.com/en-us/library/cc966395.aspx
Problem
What is the SQL Server equivalent to Oracle's Virtual Private Database (VPD)?