Skip to content

Commit afbadd2

Browse files
committed
review-4
1 parent ea78939 commit afbadd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/sqlserver/introduction-sql-server-linux/includes/3-sql-server-linux-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ALTER DATABASE <database_name> SET COMPATIBILITY_LEVEL = 160;
8080

8181
SQL Server on Linux supports advanced security features such as Always Encrypted, row-level security and dynamic data masking to protect data on disk, in memory, or in transit. These features are all supported in all editions, including Standard Edition:
8282

83-
- **Transparent Data Encryption (TDE)** encrypts data-at-rest when the data is stored in database files. The data is protected against malicious users both in the database and in backups.
83+
- **Transparent Data Encryption (TDE)** encrypts data at rest, that is, when the data is stored in database files. The data is protected against malicious users both in the database and in backups.
8484

8585
- **Always Encrypted** ensures that only users who own data can view and process it. Users who manage data, like the database administrators, can't view it. If you use Always Encrypted:
8686

0 commit comments

Comments
 (0)