Link to home
Start Free TrialLog in
Avatar of icemokka
icemokkaFlag for Belgium

asked on

SSMS 2008 very slow to show my databases

Hi,

We've been running a clustered system with 1200+ databases for some time now.
SQL Server is 2005 Entreprise running on 32-bit (upgrade from SQL 2000)

Since we upgraded our SSMS ( Only the SSMS, not the Database-Server ) from 2005 to 2008, loading all the databases takes 10-15 minutes. Before on the same server but with SSMS 2005 it took 30 seconds max and you did see them appear while they were loading.

Now it's like before in the Entreprise Manager where it took 10-15 minutes too.
It looks like next to doing a catalog, he also opens every database.
I've disabled IntelliSense to no effect.

Is this a known issue and is there a solution for?

Regards,
Sven Peeters

PS : SSMS is still SP0, will install SP1 in a few weeks.
Avatar of Lowfatspread
Lowfatspread
Flag of United Kingdom of Great Britain and Northern Ireland image

sorry just to confim...

you have a SQL Server 2005 instance on a clustered server .. running 1200+
 databases
(in how many instances?)
(what hardware/OS)
(which fixpack...)
(at what compatability level are the databases...)

and you have now installed SQL server 2008 SSMS SP0..
is this on the same server?
 
Avatar of icemokka

ASKER

Hi,

SQL Server 9.0.3042 on Server 2003 32bit with AWS enabled, default instance
Primary server HP DL580 G5 with 4 CPU's 20Gb
Failover server HP DL 380 G3 with 2 CPU's 8Gb
Compatibility level is 90 on all databases.

SSMS SP0 is installed on an separate application server, I never install an SSMS on the database server itself.

Same server, same application server but SSMS 2005 and the refresh is in 30 secs.
One thing that can slow down SSMS loading is the Internet Explorer component (i.e. the bit that renders SSRS reports) searching for revoked certificates. Assuming your SQL servers have no Internet access (I hope not!) you may want to try the following trick. This works for at our place so hopefully it may help you:

Open Internet Explorer on the same box that the slow SSMS is installed on. Go to Tools > Internet Options > Advanced > Security sub-heading. Disable the 'Check for publisher's certificate revocation' box and hit Ok. Quit IE and then try to load SSMS again.
Try this as well

From the menu, go to
Tools\Options

Go to Environment\General section
For At Startup option => Open empty environment
Hi gothamite & cyberkiwi,

It's not the startup of SSMS that is slow (or slower then 2005).
Expanding the 1200+ databases is the problem.
ASKER CERTIFIED SOLUTION
Avatar of cyberkiwi
cyberkiwi
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial