
Signature
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
The sysadmin in my shop seemed to be under the impression that if TCP
was not specified in the connection string, then named pipes would be
the default protocol. So it was requested that we change connection
strings to explcitly specify TCP as the protocol.
I was curious if named pipes actually was the default. Did some
searches, but couldn't seem to find a solid reference one way or the
other.
Is it documented somewhere that TCP is the default?
> My question is, what problem are you trying to solve?
William Vaughn - 13 Feb 2008 21:10 GMT
It's been some time since I had to figure this out (over 5 years) so this is
just my recollection.

Signature
__________________________________________________________________________
William R. Vaughn
President and Founder Beta V Corporation
Author, Mentor, Dad, Grandpa
Microsoft MVP
(425) 556-9205 (Pacific time)
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
____________________________________________________________________________________________
The sysadmin in my shop seemed to be under the impression that if TCP
was not specified in the connection string, then named pipes would be
the default protocol. So it was requested that we change connection
strings to explcitly specify TCP as the protocol.
I was curious if named pipes actually was the default. Did some
searches, but couldn't seem to find a solid reference one way or the
other.
Is it documented somewhere that TCP is the default?
On Feb 8, 10:54 am, "William Vaughn" <billvaNoS...@betav.com> wrote:
> My question is, what problem are you trying to solve?
Mary Chipman [MSFT] - 15 Feb 2008 19:25 GMT
How did your sysadmin configure the server? Did you see the BOL topic,
Choosing a Network Protocol
(http://technet.microsoft.com/en-us/library/ms187892.aspx)? You can
see how they're prioritized for your server by using the SQL Server
Configuration Manager.
--Mary
>The sysadmin in my shop seemed to be under the impression that if TCP
>was not specified in the connection string, then named pipes would be
[quoted text clipped - 8 lines]
>
>> My question is, what problem are you trying to solve?
Ira Gladnick - 08 Mar 2008 00:39 GMT
Got it, thanks to all.
This is actually a SQL Server 2000 installation, so the SQL Server
Network Utility rather than the SQL Server
Configuration Manager.