0

Our SQL Server 2008 has been working for quite a while, but then we suddenly got connection timeouts.

We couldn't find an answer to the problem and ended up enabling Named Pipes just to get our applications working, but this is not a great solution (some apps we have to open twice, first time fails second time it fires up)

Anyone know what we can check to fix our TCP connections/configuration?

Scott Pack
  • 14,907
  • 10
  • 53
  • 83
Jacques
  • 195
  • 1
  • 2
  • 15

1 Answers1

0

It would seem that I found an answer:

The server was using dynamic ports which we changed to use port 1433 only. We confirmed that inbound connections were enabled in the firewall settings. Disabled SQL Browser Tested the connection using Telnet and SQL Server Management Studio Then we switched the SQL Browser back on and tried the named instance login again and it worked.

Not sure why this was a problem, I assumed that dynamic ports should have worked with the SQL Browser Service

Jacques
  • 195
  • 1
  • 2
  • 15