dbTalk Databases Forums  

SSMS Slow connect to 64 bit

microsoft.public.sqlserver.tools microsoft.public.sqlserver.tools


Discuss SSMS Slow connect to 64 bit in the microsoft.public.sqlserver.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chuck
 
Posts: n/a

Default SSMS Slow connect to 64 bit - 03-16-2010 , 10:40 AM






I have a bunch of servers on a different subnet.
All of them connect within a second or so except one.
A 64 bit 2008 enterprise version.
Takes about 20 seconds to connect to it through SSMS from my desktop.
Clicking on the server properties gives the same 20 second delay.
Sometimes I get a popup from taskbar area thats says something like "sql
server is waiting for an internal response if this continues to happen tell
Microsoft".

All the protocols are open.
This server in dns is registered as sver.win.xxx.com
The others are registered as sver.xxx.com

Other servers are also 08 64bit. This is the only enterprise 64bit 08 box.
I disabled the servers windows firewall, no change.

Any guesses to the problem or ways to diagnose would be appreciated.

Reply With Quote
  #2  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: SSMS Slow connect to 64 bit - 03-16-2010 , 03:20 PM






Chuck (nospam34 (AT) nospam (DOT) nospam) writes:
Quote:
I have a bunch of servers on a different subnet.
All of them connect within a second or so except one.
A 64 bit 2008 enterprise version.
Takes about 20 seconds to connect to it through SSMS from my desktop.
Clicking on the server properties gives the same 20 second delay.
Sometimes I get a popup from taskbar area thats says something like "sql
server is waiting for an internal response if this continues to happen
tell Microsoft".

All the protocols are open.
This server in dns is registered as sver.win.xxx.com
The others are registered as sver.xxx.com

Other servers are also 08 64bit. This is the only enterprise 64bit 08 box.
I disabled the servers windows firewall, no change.

Any guesses to the problem or ways to diagnose would be appreciated.
What ping times do you have this server? How well does it browse shares
on this server? What happens if you run SQLCMD? Is this equally slow?
Any difference if you connect with Windows authentication or SQL
authentication? Any encryption in the mix?



--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #3  
Old   
Jim
 
Posts: n/a

Default RE: SSMS Slow connect to 64 bit - 04-28-2010 , 09:04 AM



Were you able to resolve this issue? I have the same configuration as you
and the same problem. Thanks!


"Chuck" wrote:

Quote:
I have a bunch of servers on a different subnet.
All of them connect within a second or so except one.
A 64 bit 2008 enterprise version.
Takes about 20 seconds to connect to it through SSMS from my desktop.
Clicking on the server properties gives the same 20 second delay.
Sometimes I get a popup from taskbar area thats says something like "sql
server is waiting for an internal response if this continues to happen tell
Microsoft".

All the protocols are open.
This server in dns is registered as sver.win.xxx.com
The others are registered as sver.xxx.com

Other servers are also 08 64bit. This is the only enterprise 64bit 08 box.
I disabled the servers windows firewall, no change.

Any guesses to the problem or ways to diagnose would be appreciated.

Reply With Quote
  #4  
Old   
Erland Sommarskog
 
Posts: n/a

Default RE: SSMS Slow connect to 64 bit - 04-28-2010 , 04:35 PM



Jim (Jim (AT) discussions (DOT) microsoft.com) writes:
Quote:
Were you able to resolve this issue? I have the same configuration as you
and the same problem. Thanks!
It probably helps if you post the details about your problem.

Does it happen if you connect both with SQL authentication and Windows
authentication?


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #5  
Old   
Rick Byham, MSFT
 
Posts: n/a

Default Re: SSMS Slow connect to 64 bit - 04-28-2010 , 05:33 PM



A random guess -- The client has both IPv4 and IPv6 protocols. The version
it tries first is timing out. The version it tries second is succeeding.
--
Rick Byham, MSFT
(Implies no warranty or rights)


"Erland Sommarskog" <esquel (AT) sommarskog (DOT) se> wrote

Quote:
Jim (Jim (AT) discussions (DOT) microsoft.com) writes:
Were you able to resolve this issue? I have the same configuration as
you
and the same problem. Thanks!

It probably helps if you post the details about your problem.

Does it happen if you connect both with SQL authentication and Windows
authentication?


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000:
http://www.microsoft.com/sql/prodinf...ons/books.mspx

Reply With Quote
  #6  
Old   
Alexey K
 
Posts: n/a

Default Re: SSMS Slow connect to 64 bit - 09-06-2011 , 05:36 AM



I've expected same problem and found that it is related to Windows Firewall. Try stop it on both side (net stop bfe) and check if the problem has gone. If yes - than configure windows firewall to allow server's communication.

Quote:
On Tuesday, March 16, 2010 12:40 PM Chuck wrote:

I have a bunch of servers on a different subnet.
All of them connect within a second or so except one.
A 64 bit 2008 enterprise version.
Takes about 20 seconds to connect to it through SSMS from my desktop.
Clicking on the server properties gives the same 20 second delay.
Sometimes I get a popup from taskbar area thats says something like "sql
server is waiting for an internal response if this continues to happen tell
Microsoft".

All the protocols are open.
This server in dns is registered as sver.win.xxx.com
The others are registered as sver.xxx.com

Other servers are also 08 64bit. This is the only enterprise 64bit 08 box.
I disabled the servers windows firewall, no change.

Any guesses to the problem or ways to diagnose would be appreciated.

Quote:
On Wednesday, April 28, 2010 10:04 AM Jim wrote:

Were you able to resolve this issue? I have the same configuration as you
and the same problem. Thanks!


"Chuck" wrote:

Quote:
On Wednesday, April 28, 2010 5:35 PM Erland Sommarskog wrote:

Jim (Jim (AT) discussions (DOT) microsoft.com) writes:

It probably helps if you post the details about your problem.

Does it happen if you connect both with SQL authentication and Windows
authentication?


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Quote:
On Wednesday, April 28, 2010 6:33 PM Rick Byham, MSFT wrote:

A random guess -- The client has both IPv4 and IPv6 protocols. The version
it tries first is timing out. The version it tries second is succeeding.
--
Rick Byham, MSFT
(Implies no warranty or rights)

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.