Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.72 KB

File metadata and controls

38 lines (28 loc) · 1.72 KB
title Client Protocols - Named Pipes Properties (Protocol Tab)
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.
author rwestMSFT
ms.author randolphwest
ms.date 03/14/2017
ms.service sql
ms.subservice tools-other
ms.topic conceptual
ms.collection
data-tools
helpviewer_keywords
pipes [SQL Server], connecting to
Named Pipes [SQL Server], default pipe
client protocols [SQL Server]
monikerRange >=sql-server-2016

Client Protocols - Named Pipes Properties (Protocol Tab)

[!INCLUDE SQL Server - Windows Only]

In [!INCLUDEmsCoName] [!INCLUDEssNoVersion] 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.

Options

Default Pipe

Specifies the default pipe the Named Pipes Net-library will use to attempt to connect to the target instance of [!INCLUDEssNoVersion]. By default, [!INCLUDEssNoVersion] listens on: \\.\pipe\sql\query

To connect to the default pipe, enter sql\query

Enabled
Possible values are Yes and No.

See Also