Skip to content

Commit 55a2ff8

Browse files
committed
moer issue edits
1 parent 004975a commit 55a2ff8

1 file changed

Lines changed: 17 additions & 13 deletions

File tree

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
title: "Client Protocols - Named Pipes Properties (Protocol Tab)"
33
description: Find out how to view or modify the description of the default pipe in SQL Server Configuration Manager. Learn how to connect to a different pipe.
4-
ms.custom: seo-lt-2019
5-
ms.date: "03/14/2017"
64
ms.prod: sql
75
ms.prod_service: sql-tools
86
ms.reviewer: ""
@@ -12,24 +10,30 @@ helpviewer_keywords:
1210
- "pipes [SQL Server], connecting to"
1311
- "Named Pipes [SQL Server], default pipe"
1412
- "client protocols [SQL Server]"
15-
ms.assetid: 30fbae62-2f2e-4d36-9c6e-3444fff68781
1613
author: markingmyname
1714
ms.author: maghan
15+
ms.custom: seo-lt-2019
16+
ms.date: "03/14/2017"
1817
monikerRange: ">=sql-server-2016"
1918
---
19+
2020
# Client Protocols - Named Pipes Properties (Protocol Tab)
21-
[!INCLUDE [SQL Server Windows Only - ASDBMI ](../../includes/applies-to-version/sql-windows-only-asdbmi.md)]
22-
In [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager use the **Protocol** tab on the **Named Pipes Properties** dialog box to view or modify the description of default pipe. To connect to a different pipe, type the pipe in the **Default Pipe** box. For more information about connection strings, see [Creating a Valid Connection String Using Named Pipes](/previous-versions/sql/sql-server-2016/ms189307(v=sql.130)).
21+
22+
[!INCLUDE[SQL Server](../../includes/applies-to-version/sqlserver.md)]
23+
24+
In [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Configuration Manager use the **Protocol** tab on the **Named Pipes Properties** dialog box to view or modify the description of default pipe. To connect to a different pipe, type the pipe in the **Default Pipe** box. For more information about connection strings, see [Creating a Valid Connection String Using Named Pipes](/previous-versions/sql/sql-server-2016/ms189307(v=sql.130)).
2325

2426
## Options
25-
**Default Pipe**
26-
Specifies the default pipe the Named Pipes Net-library will use to attempt to connect to the target instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. By default, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] listens on: `\\.\pipe\sql\query`
27-
28-
To connect to the default pipe, enter `sql\query`
27+
28+
**Default Pipe**
29+
30+
Specifies the default pipe the Named Pipes Net-library will use to attempt to connect to the target instance of [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. By default, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] listens on: `\\.\pipe\sql\query`
2931

30-
**Enabled**
31-
Possible values are **Yes** and **No**.
32+
To connect to the default pipe, enter `sql\query`
3233

33-
## See Also
34-
[Choosing a Network Protocol](/previous-versions/sql/sql-server-2016/ms187892(v=sql.130))
34+
**Enabled**
35+
Possible values are **Yes** and **No**.
3536

37+
## See Also
38+
39+
- [Choosing a Network Protocol](/previous-versions/sql/sql-server-2016/ms187892(v=sql.130))

0 commit comments

Comments
 (0)