Groups | Blog | Home
all groups > sql server connect > october 2003 >

sql server connect : Named pipes causes intermittent freezing !


Robert Steadman
10/30/2003 10:55:12 AM
We have a customer setup where all users were connecting via Named Pipes to
a SQL 7 server (running on NT4). This was causing a periodic "freezing" in
our application whereby all connections to SQL were made to wait around 30
seconds - even with just one user connected. (Our application accesses SQL
via ADO).

We went in and changed all the clients to use TCP/IP in cliconfg and the
problem seemed to be fixed. However, no-one seems to have a clue as to why,
including me - can anyone understand this, or even suggest a possible
reason?

Thanks,
Robert Steadman
Vebra

Kevin
10/30/2003 11:15:48 AM
trusted or sql standard login?


--
Kevin Connell, MCDBA
--------------------------------------------------
The views expressed here are my own
and not of my employer.
----------------------------------------------------
[quoted text, click to view]

Kevin
10/31/2003 7:21:04 AM
The reason I ask is because if you are using named pipes with sql logins,
you may be still be doing NT authentication. I've seen situations where
authentication became delayed. When you say "freezing" do you mean new
connections could not be made, or existing connections could not do work, or
both?


--
Kevin Connell, MCDBA
--------------------------------------------------
The views expressed here are my own
and not of my employer.
----------------------------------------------------
[quoted text, click to view]

Robert Steadman
10/31/2003 9:35:07 AM
All SQL logins.

[quoted text, click to view]

Robert Steadman
11/3/2003 1:18:54 PM
It's both. However, what we have noticed is that at the end of the "freeze"
the connections increase by 1 - not due to a new user logging on, but due to
an additional process being spawned for an already connected user (which is
common and never usually a problem - it's transparent to us).

[quoted text, click to view]

Kevin
11/3/2003 1:33:29 PM
well, if existing connections are frozen as well that rules out much to do
with a delay in authentication. I hate to stoop to this, but are you
running the latest SP's on the OS and SQL?

Also, I would check for indicators of performance problems using perfmon -
high paging, disk queue lengths, CPU queue lengths, etc.

--
Kevin Connell, MCDBA
--------------------------------------------------
The views expressed here are my own
and not of my employer.
----------------------------------------------------
[quoted text, click to view]

AddThis Social Bookmark Button