vote up 0 vote down star
1

I have a brand new server with Windows 2008 Server 64 bit + SQL Server 2005 Standard Edition SP3.

When I try to open a connection to this server from a client in the same domain (Windows XP, .Net 3.5), it takes around 20 seconds to open the connection.

After opening the connection, everything is fast as usual.

When using a MDAC 2.8 connection, or ADO.NET OleDb, there is no problem at all.

How can I find the reason for the slow connection?

flag

1  
Do both example use same connection string? – shahkalpesh Jul 24 at 17:12

1 Answer

vote up 0 vote down check

The problem was the firewall running on the server. I added an exception for port 1433 and the problem was gone.

Possible explanation: maybe when using OLEDB the connection tries Name Pipes first, bypassing the firewall rules.

link|flag

Your Answer

Get an OpenID
or

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