RE: Named Pipes
From: Linchi Shea (linchi_shea_at_NOSPAMml.com)
Date: 01/08/04
- Next message: Dave: "Allowing access to Enterprise Manager without giving admin rights."
- Previous message: Linchi Shea: "Re: How can I get the last login date for a login ????"
- In reply to: Kevin McDonnell [MSFT]: "RE: Named Pipes"
- Next in thread: Linchi Shea: "Re: Named Pipes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 8 Jan 2004 09:48:35 -0800
Kevin;
> If they attempt to connect via sockets and fail,
> the client transparently will attempt making a
> Named Pipe connection. This is of
What are the exactly conditions for this 'transparent
attempt of making a Named Pipe connection' to occur? What
are scenarios in which this transparent attempt will not
be 'attempted'? I'm thinking about the situation when you
use a server alias or prefix your server name with 'tcp:'.
Linchi
>-----Original Message-----
>There's really no reason to remove it. It gives you an
alternate IPC to
>connect to the server with if for example we're unable to
bind to the TCP
>port. MDAC 2.6 clients then also have alternate means to
connect to your
>server. If they attempt to connect via sockets and fail,
the client
>transparently will attempt making a Named Pipe
connection. This is of
>great benefit to users who are no interested in how SQL
connects, just that
>it connects.
>
>If your SQL Server is behind a firewall, the firewall
should be configured
>to only allow the tcp traffic for SQL. There's no
additional overhead on
>the server to listen on both netlibs.
>
>If you're using a SQL Cluster then you won't be able to
remove Named Pipes
>after applying sp3.
>
>831127 Named Pipes Support Cannot Be Removed on a Virtual
Server That Is
>http://support.microsoft.com/?id=831127
>
>
>Thanks,
>
>Kevin McDonnell
>Microsoft Corporation
>
>This posting is provided AS IS with no warranties, and
confers no rights.
>
>
>
>.
>
- Next message: Dave: "Allowing access to Enterprise Manager without giving admin rights."
- Previous message: Linchi Shea: "Re: How can I get the last login date for a login ????"
- In reply to: Kevin McDonnell [MSFT]: "RE: Named Pipes"
- Next in thread: Linchi Shea: "Re: Named Pipes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|