Viewing 15 posts - 4,831 through 4,845 (of 5,841 total)
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
I have found the following two articles by Hugo Kornelios very informative with regards to cursor optimizations: http://sqlblog.com/blogs/hugo_kornelis/archive/2007/11/21/curious-cursor-optimization-options.aspx and http://sqlblog.com/blogs/hugo_kornelis/archive/2007/11/28/poor-men-see-sharp-ndash-more-cursor-optimization.aspx.
December 24, 2008 at 7:58 am
The best help we can give you has already been given: reference Books Online (BOL). See here as a starting place for your studies: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/7d913c8d-b79b-4b1f-93b9-098dd33b07a8.htm.
That link goes...
December 23, 2008 at 8:02 am
Viewing 15 posts - 4,831 through 4,845 (of 5,841 total)