You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
programmable security
About this tag
Programmable security refers to security features that can be implemented through code or configuration to enforce fine-grained access control. In the context of Azure SQL Database, Row Level Security (RLS) is a programmable security feature that allows organizations to control access to rows in a database table based on user characteristics. This enables greater control over which users can access which data, helping to support organizational or industry compliance policies. The feature is designed to be integrated directly into database schemas, making it a flexible tool for managing data security at scale.
In this week's episode of Data Exposed Scott welcomes Joachim Hammer, Principle Program Manager at Microsoft on the SQL Server team. Today, Joachim introduces us to a new feature just released to Azure SQL Database called Row Level Security (RLS). RLS is a programmable security feature that can...