Skip to content

Commit 899bcd1

Browse files
committed
Jakub edits
1 parent 3f0c56a commit 899bcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database/sql-database-security-best-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Encryption at rest is the cryptographic protection of data when it is persisted
401401

402402
### Protect sensitive data in use from high-privileged, unauthorized users
403403

404-
Data in use is the data stored in memory of the database system during the execution of SQL queries. If your database stores sensitive data, your organization may be required to ensure that high-privileged users are prevented from extracting the data from the memory of the SQL Server process. High-privileged users, such as Microsoft operators or DBAs in your organization,shouldn't be able to view the plaintext data when querying the database.
404+
Data in use is the data stored in memory of the database system during the execution of SQL queries. If your database stores sensitive data, your organization may be required to ensure that high-privileged users are prevented from viewing sensitive data in your database. High-privilege users, such as Microsoft operators or DBAs in your organization should be able to manage the database, but prevented from viewing and potentially exfiltrating sensitive data from the memory of the SQL Server process or by querying the database.
405405

406406
**How to implement**:
407407

0 commit comments

Comments
 (0)