2021-11-22
415 reads
2021-11-22
415 reads
2021-11-15
392 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,719 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,231 reads
2015-09-14
2,218 reads
🎶🎵 Memories, not being alone in the moonlight 🎵🎶 Kevin Kline (blog|twitter) is our...
By Steve Jones
I’ve been working to better understand graph databases and where they can be useful....
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
I have a query that is supposed to return one patient id but even...
i have a cursor that runs on all my views and then exec...
Hi All, I am looking for some inputs on how to avoid or prevent...