Dynamic data masking
Dynamic data masking obscures sensitive data in query results for non-privileged users without changing stored data. DP-300 covers it among compliance controls.
Dynamic data masking obscures sensitive data in query results for non-privileged users without changing stored data. DP-300 covers it among compliance controls.
Azure SQL Database is a fully managed platform-as-a-service relational database.
Azure SQL Managed Instance is a managed deployment option with near-complete SQL Server compatibility.
Transact-SQL (T-SQL) is Microsoft's SQL dialect used to query and administer SQL databases.
Transparent Data Encryption (TDE) encrypts SQL database files at rest without application changes.
Always Encrypted protects sensitive column data so it is never revealed in plaintext to the database engine.
Dynamic data masking obscures sensitive data in query results for non-privileged users without changing stored data.
Row-level security restricts which rows a user can access based on their identity or role.
Query Store captures query execution plans and runtime statistics over time to diagnose performance regressions.
A dynamic management view (DMV) exposes server and database state for diagnosing performance and health.
An execution plan shows how the SQL engine executes a query, used to find inefficiencies.
SQL Server Agent is a service that schedules and runs automated administrative jobs.
An elastic job runs scheduled T-SQL tasks across many Azure SQL databases.
An Always On availability group provides high availability and disaster recovery by replicating databases across replicas.
Active geo-replication creates readable secondary replicas of an Azure SQL database in other regions for disaster recovery.