Skip to content

Commit e2648cf

Browse files
authored
Merge pull request #26153 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 70d4f7d + ba66ae0 commit e2648cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/database-engine/configure-windows/sql-server-and-client-encryption-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can monitor communication using a tool such as Microsoft Network Monitor or
4343
Alternatively, you can check the encryption status of [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] connections using the Transact-SQL (T-SQL) commands. To do this, follow these steps:
4444

4545
1. Open a new query window in [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] Management Studio (SSMS) and connect to the [!INCLUDE [ssnoversion-md](../../includes/ssnoversion-md.md)] instance.
46-
1. Execute the following T-SQL command to check the value of `is_encrypted` column. For encrypted connections the value will be `1`.
46+
1. Execute the following T-SQL command to check the value of `encrypt_option` column. For encrypted connections the value will be `TRUE`.
4747

4848
```sql
4949
SELECT * FROM sys.dm_exec_connections

0 commit comments

Comments
 (0)