What is the SQL Server equivalent to Oracle's Virtual Private Database (VPD)?
## 2 Answers
For row/column level security and other aspects like fine grained access control in SQL Server you might want to check this httptechnet.microsoft.com/en-us/library/cc966395.aspx
You can create a VPD in SQL Server using VIEW objects. SQL Server has the USER system function which returns the database user similar to how Oracle does.