NilsBevaart
Programmer
When connecting to my SQL Server using the EM or QA, the connection takes a few minutes when building the database list. The performance monitor shows memory and processor capacity at less than 5%, indicating no bottleneck in this area. The diskqueue length, however, is up to 100.000 at this point.
After the connection is astablished, the server is quick enough. All manual connections are very quick. Also retreiving the list of databases or objects by hand are quick (use master select * from sysdatabases / select * from sysobjects)
I log on using my windows account. I am a SA on the server (SQL2000 / Win2K3)
Any tips on where to look for this is welcome.
Nils Bevaart
After the connection is astablished, the server is quick enough. All manual connections are very quick. Also retreiving the list of databases or objects by hand are quick (use master select * from sysdatabases / select * from sysobjects)
I log on using my windows account. I am a SA on the server (SQL2000 / Win2K3)
Any tips on where to look for this is welcome.
Nils Bevaart