Translate

Wednesday, June 17, 2015

SQL Server 2016: Row-Level Security

A common criticism for SQL Server’s security model is that it only understands tables and columns. If you want to apply security rules on a row-by-row basis, you have to simulate it using stored procedures or table value functions, and then find a way to make sure there is no way to bypass them. With SQL Server 2016, that is no longer a problem.

Read more at http://www.infoq.com/news/2015/06/SQL-Server-Row-Level-Security

No comments:

Post a Comment