Skip to content

Commit 6fd4a93

Browse files
Merge pull request #35966 from Pietervanhove/patch-15
Update collation requirements for string columns
2 parents d62599b + 537533d commit 6fd4a93

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).
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)