Skip to content

Commit 537533d

Browse files
authored
Update docs/relational-databases/security/encryption/always-encrypted-database-engine.md
1 parent 6c9bfc8 commit 537533d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/relational-databases/security/encryption/always-encrypted-database-engine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The following limitations apply to queries on encrypted columns:
124124
- [FILESTREAM](../../../t-sql/statements/create-table-transact-sql.md#filestream) columns
125125
- Columns with the [IDENTITY](../../../t-sql/statements/create-table-transact-sql.md#identity) property.
126126
- Columns with [ROWGUIDCOL](../../../t-sql/statements/create-table-transact-sql.md#rowguidcol) property.
127-
- String (**varchar**, **char**, etc.) columns with collations other than [binary-code point (_BIN2) collations](../../collations/collation-and-unicode-support.md) and collation must not differ from the databases default collation.
127+
- String (**varchar**, **char**, etc.) columns with collations other than [binary-code point (_BIN2) collations](../../collations/collation-and-unicode-support.md). Collation must not differ from the database's default collation.
128128
- Columns that are keys for clustered and nonclustered indices when using randomized encryption (indices on columns using deterministic encryption are supported).
129129
- Columns included in full-text indexes (Always Encrypted doesn't support [Full-Text Search](../../search/full-text-search.md)).
130130
- [Specify computed columns in a table](../../tables/specify-computed-columns-in-a-table.md).

0 commit comments

Comments
 (0)