Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.36 KB

File metadata and controls

34 lines (28 loc) · 2.36 KB
title Query columns using Always Encrypted with secure enclaves with SSMS | 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 with SSMS

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

This article describes how to use SQL Server Management Studio to issue queries that use a server-side secure enclave for Always Encrypted with secure enclaves, including:

  • Queries that trigger in-place cryptographic operations.
  • Queries triggering rich computations, including range comparisons or pattern matching operations on columns encrypted with enclave-enabled keys.
  • Queries that create or update indexes on encrypted columns using randomized encryption and enclave-enabled keys.

To use SSMS to run queries on encrypted columns using a secure enclave, follow the instructions in Query columns using Always Encrypted with SQL Server Management Studio. Here are a few things that are specific to enclaves you should be aware of:

Next Steps

See Also