January 28, 2005 at 6:27 am
We have a group of servers using one SQL database on one server.
Since moving the SQL database to a new server, with a new name (due to a disk failure), one of the servers is slow to connect, and slow to produce results of queries. Fortunately it is one of our test servers, although I had to deploy an undertested change been less a test server.
We have run out of ideas of what the problem could be, and may well just reinstall the server to try and solve the issue.
When making a connect with Query Analyser (for example), it takes about 8 seconds. A simple query to return 1 row takes 16 to 22 seconds (where as another box halfway across the country - rather than on the same 100Mbps switched ethernet - gets the same result from the same SQL server in less than 1 sec).
The queries are only slow if we do a "select * from
January 31, 2005 at 8:00 am
This was removed by the editor as SPAM
February 1, 2005 at 10:06 am
In my experience, if a query in QA runs slow on one box, but not the other, it's a RAM issue. The box with the most RAM wins, hands down every time.
David W. Clary
MCSD
Data Miner 49er
Sr. Database Administrator, Ceiva Logic
February 2, 2005 at 6:43 am
Thanks - turned out to be logging on the ODBC driver.
Took some finding as no one remembers enabling it.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply