Sql-server – Timeouts when connecting to SQL Server since installing SP1 for Windows 7

slow-connectionsql servertimeoutwindows 7

I just installed SP1 for windows 7 and I have severe performance degradation when connecting to SQL Server 2005 since then. Establishing connection takes more than 30 seconds while it's instantaneous on another computer. Firewall is disabled and I didn't make any change to the configuration. It happens both when trying to connect with a hostname and with an ip address. Everything else seems to be fine (for instance, I'm have no issue connecting to other computers with remote desktop)

What can cause such a problem?

Thanks in advance!

Edit : uninstalling the SP1 solves the issue instantly.

Best Answer

This comes from Smiley1244 from the MSDN forums but it is the answer:

To fix, run the following in an elevated Command Prompt: netsh interface tcp set global autotuninglevel=disabled

The complete KB 935400.