You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Client Protocols - Named Pipes Properties (Protocol Tab)"
3
3
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"
6
4
ms.prod: sql
7
5
ms.prod_service: sql-tools
8
6
ms.reviewer: ""
@@ -12,24 +10,30 @@ helpviewer_keywords:
12
10
- "pipes [SQL Server], connecting to"
13
11
- "Named Pipes [SQL Server], default pipe"
14
12
- "client protocols [SQL Server]"
15
-
ms.assetid: 30fbae62-2f2e-4d36-9c6e-3444fff68781
16
13
author: markingmyname
17
14
ms.author: maghan
15
+
ms.custom: seo-lt-2019
16
+
ms.date: "03/14/2017"
18
17
monikerRange: ">=sql-server-2016"
19
18
---
19
+
20
20
# 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)).
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)).
23
25
24
26
## 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`
29
31
30
-
**Enabled**
31
-
Possible values are **Yes** and **No**.
32
+
To connect to the default pipe, enter `sql\query`
32
33
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**.
35
36
37
+
## See Also
38
+
39
+
-[Choosing a Network Protocol](/previous-versions/sql/sql-server-2016/ms187892(v=sql.130))
0 commit comments