views:

487

answers:

3

I'm getting a SQL Server error:

A transport-level error has occurred when receiving results from the server. (provider: Shared Memory Provider, error: 0 - The handle is invalid.)

I'm running Sql Server 2008 SP1, Windows 2008 Standard 64 bit.

It's a .net 4.0 web application. It happens when a request is made the server. It's intermittent. It happens every couple times.

Any idea's?

+1  A: 

I have same error.. I m looking for the answer..

A: 

I never found the answer. It was random. Once I rebooted the machine it went away and I haven't see the issue again.

Chuck Conway
Wow, is there any other way to solve this problem? I'm getting it on a dev server where everyting where still doing fine before last week. Now, it seems that we can make a READ but not an UPDATE, INSERT or DELETE. I need an answer please.
Simon
+1  A: 

try the following command on the command prompt:

netsh interface tcp set global autotuning=disabled
Simmo

related questions