Row level security in SQL Server 2012
Asked Answered
M

1

10

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?

Mcnary answered 21/6, 2012 at 10:21 Comment(1)
Possible duplicate of Implementing Row Level Security in SQL Server 2008Kennedy
R
11

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.

Rima answered 21/6, 2012 at 10:55 Comment(1)
Thanks, saw that toolkits, but thought, maybe there's something new.. too badMcnary

© 2022 - 2024 — McMap. All rights reserved.