Viewing 15 posts - 4,636 through 4,650 (of 5,843 total)
GSquared (8/10/2009)
August 10, 2009 at 8:32 am
Put it this way, if a parallel plan is poorer than a non-parallel plan then the server is supposed to be smart enough not to use it.
To my knowledge, the...
August 10, 2009 at 5:57 am
EdVassie (8/10/2009)
August 10, 2009 at 5:52 am
Actually if it is an OLTP system the single most important thing to improve performance (part of which will come from reduced CXPACKET waits) is to have optimal indexing. ...
August 9, 2009 at 5:57 pm
Maybe the world would be a better place if scalar UDFs were not allowed to do local data access...?
I have started giving my clients that very 'mandate' actually.
August 8, 2009 at 2:35 pm
anish_ns (8/7/2009)
Were you originally tracing events like SP:StmtCompleted in the Stored Procedures category? Have you now changed to tracing events from the TSQL section like SQL:BatchCompleted?
I ask since you...
August 7, 2009 at 10:46 am
>>To be clear, I would primarily encourage you to patch your server with the latest fixes before putting more work into this - the problem you have may have already...
August 7, 2009 at 5:23 am
TheSQLGuru (8/6/2009)
IIRC there was also a bug where having a profiler filter on textdata that was longer than forty-some characters in length would cause a CPU race as well.
I can't...
August 6, 2009 at 9:07 am
1) Gail is right - use uniqueidentifier type for the GUID storage. 20-bytes per record savings there.
2) As another user pointed out, timespent is not only char based but...
August 6, 2009 at 8:54 am
Hopefully you have identified the problem as app-side (and you can do something to address it). Whether or not you have, I would still get the name of the...
August 6, 2009 at 8:50 am
IIRC there was also a bug where having a profiler filter on textdata that was longer than forty-some characters in length would cause a CPU race as well.
August 6, 2009 at 8:41 am
>> I assume that a parellelised plan will run the parts of the plan on one processor sequentially if there is only one not busy.
I don't think this is...
August 6, 2009 at 8:17 am
Using multiple CPUs will NOT speed up a query, and can actually make it run SLOWER, if your IO subsytem cannot supply data to the CPUs fast enough (which MANY...
August 5, 2009 at 8:35 am
Grant Fritchey (8/5/2009)
I can't support .rar compression files at work (don't ask). Can you zip the files?
Grant, aren't you supposed to be doing WORK at work?? 😀
August 5, 2009 at 8:33 am
I have spent a significant chunk of the last 2 years or so helping several clients refactor UDFs out of their databases due to extremely poor performance. It is...
August 5, 2009 at 8:25 am
Viewing 15 posts - 4,636 through 4,650 (of 5,843 total)