Viewing 15 posts - 4,831 through 4,845 (of 5,843 total)
Looks like code blocks present smileys instead of the plain text. How can we get the sqlservercentral.com web-gurus to change that 'feature'?
jacroberts, I imagine this query may be succeptible...
January 5, 2009 at 9:21 am
Tracey, it seems as if you did not read my post carefully. What matters is the number of spindles making up drive F. How much additional IO throughput...
January 4, 2009 at 10:19 am
Jeff Moden (1/3/2009)
jacroberts (1/3/2009)
This method sounds like a bit of a dark art.
Oh, it absolutely is... one that is condemned by many "experts" who have yet to get it to...
January 4, 2009 at 10:13 am
TRACEY (1/4/2009)
I want to visit this...
January 4, 2009 at 9:05 am
Flipping between watching Alabama get stomped, playing with 3yo daughter and surfing so not much detailed review. But is it possible that some good ol' fashioned indexing will help...
January 2, 2009 at 7:52 pm
...you should check your code's execution plan. This is the ultimate information you have to assess your code's performance
That is VERY VERY true when UDFs are involved!!! Some of...
January 2, 2009 at 11:40 am
jacroberts, I am pretty sure (>90%) that your problem can be solved with a self-join set-based solution. If the table is properly indexed that solution could well be faster...
January 2, 2009 at 9:41 am
Jeff Moden (1/2/2009)
Alexander Kuznetsov (12/24/2008)
January 2, 2009 at 9:20 am
Actually partitioning done incorrectly can CAUSE performance problems. In addition to BOL there are quite a number of web-based resources to guide someone's study of this topic.
Still...
January 2, 2009 at 8:10 am
Tom.Thomson (1/1/2009)
Jeff Moden (12/31/2008)
January 2, 2009 at 8:06 am
I wonder if poor Mr. Wagner Crivelini is aware of the recent firestorm of posts engendered by an article writer who had the audacity to take on cursors on this...
January 1, 2009 at 11:07 am
Is adding STATIC to a FAST_FORWARD cursor declaration unnecessary, redundant or worse, harmful?
December 31, 2008 at 8:03 am
Hooman Shamsborhan (12/30/2008)
Hi Again
I'm back again with a sea of troubles even in the last day of the year!!!
I tried to create PK without mentioning the filegroup at...
December 30, 2008 at 6:34 pm
****
Hi Kevin,
1. I think whichever loop you use you will not notice any difference, because dbcc will run most of the time.
2. I you really need a fast loop, have...
December 26, 2008 at 6:46 pm
Arindam Ganguly (12/25/2008)
Thanks for the Article. It is highly helpful for our perspect. Atleast this query will be of great help for those SPs/UDFs that are badly hit by...
December 26, 2008 at 8:02 am
Viewing 15 posts - 4,831 through 4,845 (of 5,843 total)