What would cause a query being ran from SSMS on local box to run slower then from remote box
Posted
by Racter
on Server Fault
See other posts from Server Fault
or by Racter
Published on 2009-09-02T23:53:04Z
Indexed on
2010/05/07
20:00 UTC
Read the original article
Hit count: 231
When I run a simply query such as "Select Column1, Column2 from Table A" from within SSMS running on my production SQL Server the results seems to take extremely long (>45Min). If I run the same query from my dev system’s SSMS connecting to the production SQL Server the results return within a few seconds (<60sec).
One thing I have notices is if the system was just rebooted performance is good for a bit. It is hard to determine a time as I have had it start running slow very quickly after reboot but at most it performed good for 20min and then start acting up. Also, just restarting the SQL service does not resolve the issue or provide a temporary performance boost.
Specs for Server are: Windows Server 2003, Enterprise Edition, SP2 4 X Intel Xeon 3.6GHz - 6GB System Memory Active/Active Cluster SQL Server 2005 SP2 (9.0.3239)
© Server Fault or respective owner