vote up 1 vote down star
1

I'm having the problems described in KB937745 - very high CPU usage and the Application Log is reporting something like this:

The client was unable to reuse a session with SPID SPID, which had been reset for connection pooling.

I've downloaded the hotfixes and I can't run them - I suspect it is because SQL Server 2005 Express Edition is not in the "Applies to" section of the KB:

alt text

The machine is running on an ESX 3.5 host running Windows XP (patched).

Result of:

SELECT  SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')

is

9.00.3068.00    SP2	Express Edition

Any ideas? I'm stumped why the CPU is so slammed. This is a product from a vendor that hasn't seen this kind of problem with several installations.

flag

I'm working with a virtualised dev server that's got I/O performance problems as well. Watching with interest to see if something comes of this. – ConcernedOfTunbridgeWells Nov 12 '08 at 20:26
I don't think it's an IO problem. We run several production systems with high IO in our virtual environment, including SQL Server systems. – bofe Nov 12 '08 at 21:11

1 Answer

vote up 1 vote down check

I found an article that might be of help.

link|flag
Shockingly, it is a problem with our vendor's application. This link helped me track down the problem. – bofe Nov 14 '08 at 14:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.