Click to Rate and Give Feedback
MSDN
MSDN Library
SQL Server
SQL Server 2008
Database Engine
Operations
Administration
 How to: Configure a Server to Liste...

  Switch on low bandwidth view
Community Content
In this section
Statistics Annotations (0)
Other versions are also available for the following:
SQL Server 2008 Books Online (June 2009)
How to: Configure a Server to Listen on an Alternate Pipe (SQL Server Configuration Manager)

By default, the default instance of SQL Server Database Engine listens on named pipe \\.\pipe\sql\query. Named instances of SQL Server Database Engine and SQL Server Compact 3.5 SP1 listen on other pipes. Use SQL Server Configuration Manager to change the pipe used by the Database Engine.

There are three ways to connect to a specific named pipe with a client application:

  • Run the SQL Server Browser service on the server.
  • Create an alias on the client, specifying the named pipe.
  • Program the client to connect using a custom connection string.

For more information about the proper format of a named pipe, see Creating a Valid Connection String Using Named Pipes.

  1. In SQL Server Configuration Manager, in the console pane, expand SQL Server Network Configuration, and then click expand Protocols for <instance name>.

  2. In the details pane, right-click Named Pipes, and then click Properties.

  3. On the Protocol tab, in the Pipe Name box, type the pipe you want the Database Engine to listen on, and then click OK.

  4. In the console pane, click SQL Server Services.

  5. In the details pane, right-click SQL Server (<instance name>) and then click Restart, to stop and restart SQL Server.

When SQL Server is listening on an alternate pipe, there are three ways to connect to a specific named pipe with a client application:

  • Run the SQL Server Browser service on the server.
  • Create an alias on the client, specifying the named pipe.
  • Program the client to connect using a custom connection string.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker