Row level security in SQL Server 2012

瘦欲@ 提交于 2019-12-01 14:38:39

问题


Is there something new about row-level security in SQL Server 2012?

In 2008 and below the only way was using Views, in 2012 they announced something like Row Level Security in Tabular Models, does this have any relation to RLS over tables?

Are there any news on RLS in 2012 in general?


回答1:


There is still no support out of the box. There are a white paper, Implementing Row- and Cell-Level Security in Classified Databases and an accompanying toolkit you can use to implement RLS, CLS based on labels, which were updated to cover SQL Server 2012.



来源:https://stackoverflow.com/questions/11136109/row-level-security-in-sql-server-2012

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!