Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 2.07 KB

File metadata and controls

36 lines (28 loc) · 2.07 KB
title Query columns using Always Encrypted with secure enclaves | Microsoft Docs
ms.custom
ms.date 10/31/2019
ms.reviewer vanto
ms.prod sql
ms.prod_service database-engine, sql-database
ms.technology security
ms.topic conceptual
author jaszymas
ms.author jaszymas
monikerRange >= sql-server-ver15 || = sqlallproducts-allversions

Query columns using Always Encrypted with secure enclaves

[!INCLUDE tsql-appliesto-ssver15-xxxx-xxxx-xxx-winonly]

This article captures general considerations for running queries on encrypted columns using a server-side secure enclave for Always Encrypted with secure enclaves.

The following types of queries involve the use of a secure enclave:

Note

Rich queries and indexes are only supported on enclave-enabled columns (columns encrypted with enclave-enabled column encryption keys) that use randomized encryption. Deterministic encryption does not support rich queries or indexes.

Note

Rich queries on encrypted character string columns require the columns use collations with a binary2 sort order (BIN2 collations).

Next Steps

See Also