Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 4cf542e

Browse files
Merge pull request #32655 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents c3acf93 + 9be8150 commit 4cf542e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ USE [master];
155155
GO
156156

157157
SELECT DISTINCT (encrypt_option)
158-
FROM sys.dm_exec_connections;
158+
FROM sys.dm_exec_connections
159+
WHERE net_transport <> 'Shared memory';
159160
GO
160161
```
161162

0 commit comments

Comments
 (0)