Viewing 15 posts - 5,701 through 5,715 (of 5,842 total)
GOSH!! I feel your pain! What a horrible situation!! Best of luck with the hoster. BTW, be sure to post a "this hosting company sucks-ass" posting all over the web...
June 13, 2007 at 10:48 am
I'm gonna go out on a limb here and say that if bouncing sql server service doesn't improve sql's query performance then the problem is NOT sql server. Something else...
June 12, 2007 at 6:24 pm
Hate to say it, but if you can't get on the box and check out task manager, perf mon and run various sql server system stuff like dbcc sqlperf, etc,...
June 12, 2007 at 1:41 pm
Harley, are you actually OBSERVING high CPU utilization during these periods of poor performance?
Since you have win2k3 sp1, are you by chance copying large files to slow drives? One of...
June 12, 2007 at 12:18 pm
Irfan, you make a good point about the optimization cost/time which I don't think has been mentioned as of yet.
However, the "loops . loops . loops" statement is a bit...
June 12, 2007 at 9:28 am
Can you simply rearrange your job schedule or the application run time so they don't conflict?
June 12, 2007 at 7:57 am
1) When things go to hell, quickly run sp_who2 active to get a list of all connections. Check the BlkBy column for blocking. DBCC inputbuffer(spid) will tell you who is...
June 12, 2007 at 7:55 am
Recommended by lots of sources in my experience and readings, although the number of joins as a target max varies from 4-8. I don't think it is a matter of...
June 12, 2007 at 7:47 am
How much do you want to bet that the mechanism for this passing of data will be XML based?? HAH!!! Who cares if TDS or some other binary mechanism is...
June 11, 2007 at 7:38 pm
To my knowledge you cannot guarantee from one instant to the next that a spid that currently shows blocking other stuff will not be committed/rolledback and the spid reassigned to...
June 11, 2007 at 1:02 pm
I don't believe you can GUARANTEE not killling a spid that originally shows up as deadlocked but then gets whacked by sql server and the spid allocated to another process...
June 11, 2007 at 7:34 am
There are a number of white papers on Performance Tuning topics that show up on a search of microsoft's site.
SQL Server Internals (for 2k and 2k5) by Kalen Delaney. Ken...
June 11, 2007 at 6:56 am
1) if you are running 64 bit HP boxes, they have a VERY nasty bug in their integrated Lights Out stuff that will flush RAM.
2) Win2003 server 64 bit...
June 8, 2007 at 9:16 am
My gut feel is that this is going to be a poor performer no matter what you do.
1) Too many joins to be efficient
2) Use of both distinct and...
June 8, 2007 at 7:24 am
There are a vast array of things that can be causing occassional paging, including driver/os bugs (of which I ran into one of each recently!). A bit tough to solve...
June 7, 2007 at 6:40 am
Viewing 15 posts - 5,701 through 5,715 (of 5,842 total)