Viewing 15 posts - 316 through 330 (of 1,536 total)
Check out http://www.microsoft.com/sqlserver/2008/en/us/spotlight-on-cost.aspx for some information.
I would also happily mention that ROI will be instant the first time that you have an issue bearing in mind that you won't get...
April 28, 2009 at 9:39 am
Take it step by step. You've gone through things pretty well so far.
Eliminate one component at a time until you find the culprit.
Check that the AV is the latest version...
April 26, 2009 at 12:06 am
Take a look at http://support.microsoft.com/kb/918992. This works in 2008 as well as 2005.
April 23, 2009 at 7:31 am
J-F Bergeron (4/22/2009)
Grant Fritchey (4/21/2009)
That is a fantastic document isn't it?
Ok, thanks guys for the link, I started reading the document, and it looks really interesting. I'll have probably have...
April 22, 2009 at 7:07 am
This could be an indispensable guide for interviews 😀
April 22, 2009 at 7:04 am
There are some awesome docs and whitepapers from Microsoft folks out there, the trouble is that they are almost impossible to find.
Wish they could have some kind of central repository...
April 22, 2009 at 7:02 am
There's a really great document on the SQL Server 2005 Best Practices page http://technet.microsoft.com/en-us/library/cc966413.aspx (Direct Document Link: http://download.microsoft.com/download/4/7/a/47a548b9-249e-484c-abd7-29f31282b04d/Performance_Tuning_Waits_Queues.doc) This docs a keeper.
Indications are from that really it comes...
April 21, 2009 at 2:54 pm
Just going by the comparisons that are shown there it appears as though the disk on the new machine is not as fast as on the old (or there is...
April 21, 2009 at 2:22 pm
Can you compare those to another machine that is having better performance?
April 21, 2009 at 12:24 pm
oops, sorry
DBCC SQLPERF(WAITSTATS, CLEAR);
April 21, 2009 at 12:14 pm
Now can you run it against the other machine and see where there's a difference.
April 21, 2009 at 11:59 am
Free up the buffer cache and the proc cache and buffer cache
DBCC FREEPROCCACHE;
DBCC DROPCLEANBUFFERS;
Run your query, then look at the wait stats (this is a very basic version, but can...
April 21, 2009 at 11:48 am
Is there a difference in the execution plans on each machine? Also, have you checked the stats and what your major wait times are on the second server? You might...
April 21, 2009 at 11:10 am
Steve Jones - Editor (4/20/2009)
April 20, 2009 at 10:08 am
That's on a par with a guy testing the sprinkler system who found out that his partner hadn't shut down the flow to that head....many thousands of gallons of water...
April 20, 2009 at 8:37 am
Viewing 15 posts - 316 through 330 (of 1,536 total)