Skip to content

Commit f417379

Browse files
Update 9-always-encrypted.md
1 parent 0f29ff4 commit f417379

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

learn-pr/wwl-azure/security-azure-sql-database-azure-sql-managed-instance/includes/9-always-encrypted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To set up Always Encrypted in your database, you need to:
4949
- Retrieve plaintext values from encrypted columns
5050
- Perform supported operations (for example, point lookup searches) on columns using deterministic encryption
5151

52-
S user or an application issuing the query must meet the following prerequisites:
52+
A user or an application issuing the query must meet the following prerequisites:
5353

5454
- Have access to the column master key protecting the data. Key access is required in addition to the database-level permissions, such as `SELECT` on the table containing the data.
5555
- Connect to the database with Always Encrypted enabled in the database connection. Most SQL tools and SQL client drivers support enabling Always Encrypted for database connections.
@@ -151,8 +151,8 @@ Operand type clash: char(11) encrypted with (encryption_type = 'DETERMINISTIC',
151151
- Primary key columns on tables that have [change tracking](/sql/relational-databases/track-changes/about-change-tracking-sql-server).
152152
- Columns that are masked (using [Dynamic Data Masking](/sql/relational-databases/security/dynamic-data-masking)).
153153
- Columns in [stretch database tables](/sql/sql-server/stretch-database/stretch-database). (Tables with columns encrypted with Always Encrypted can be enabled for Stretch.)
154-
- > [!IMPORTANT]
155-
> Stretch Database is deprecated in SQL Server 2022 (16.x) and Azure SQL Database. This feature will be removed in a future version of the Database Engine. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
154+
> [!IMPORTANT]
155+
> Stretch Database is deprecated in SQL Server 2022 (16.x) and Azure SQL Database. This feature will be removed in a future version of the Database Engine. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
156156
- The following features don't work on encrypted columns:
157157

158158

0 commit comments

Comments
 (0)