Stairway to Row-Level Security
This series looks at row based access control in SQL Server 2016+ as implemented in the Row-Level Security feature.
2017-10-27
2,011 reads
This series looks at row based access control in SQL Server 2016+ as implemented in the Row-Level Security feature.
2017-10-27
2,011 reads
Have you ever had a need to place some simple row level security on a SQL Server table? Well now you can do that in SQL Server 2016 by...
2017-02-08
6,513 reads
In the third part of his series on Row Level Security (RLS), Greg Larson shows how to disable RLS for database administrators, sysadmins, and database owners.
2016-06-15
6,385 reads
In this article, Greg Larson reviews why a block predicate is important when you implement row level security using SQL Server 2016.
2016-05-17
4,426 reads
Have you ever wanted an easier way to provide security at the record level? If so, you can now easily do this with the Row Level Security feature that is being introduced with SQL Server 2016. Greg Larsen shows you how easy it is to use this new feature as a way to provide user access to a specific set of records.
2016-04-19
4,714 reads
2016-03-28
1,227 reads
2015-09-14
2,159 reads
By Rayis Imayev
(2021-Jan-19) I was raised listening and reading fairy tales where the main character would reach...
“One Gerbil, Two Gerbils or Three Gerbils?” is a common DBA joke about server...
By Ed Elliott
The next example is how to do a CTE (Common Table Expression). When creating...
Comments posted to this topic are about the item Reversing a String in Python
I have 2 tables, df1, and df2. I would like to join the two...
Hi , Has anyone tried to do this...I'm trying to select only "new customers"...