Viewing 15 posts - 45,841 through 45,855 (of 59,095 total)
TheSQLGuru (1/17/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2009 at 12:48 pm
TheSQLGuru (1/17/2009)
1) there is less tempdb storage overhead to a cursor (some of them anyway) than putting the entire set of data in tempdb.
Heh, ok, you said it, now prove...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 17, 2009 at 8:38 am
Heh... it'll be interesting to see what sort of panic they go into if they ever go over 17576 customers. Thanks for the great explanation.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 9:20 pm
No, I sure don't, Barry. I looked but I've got so many posts and there's so many wierd post names, I've not been successful at all. Thought I'd...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 9:08 pm
If that's true, I'm very happy for me but I'm really sad about the folks they let go. Most of them were really good people that I'd go back-to-back...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 9:05 pm
Understood and much appreciated, Micheal. Thanks. But, look at the data in the example... it's not ranking anything. It's simply building a seqence of how many times...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 7:49 pm
Thanks Jack... appreciate your time.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 7:32 pm
Rayven (1/16/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 7:27 pm
smunson (1/16/2009)
I hope you're not lumping me in with the "some answers that aren't quite right" group... at least I was the post with the REPLACE idea for...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 7:22 pm
Piotr Rodak (1/16/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 7:18 pm
TheSQLGuru (1/16/2009)
I sure do wish someone with CLR knowhow (and some free time) would take the opportunity to do some CLR code you...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 5:15 pm
Does the target table exist to begin with?
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 4:59 pm
There is no need for a cross-join on the date table to get all of the dates... it should be an outer join, instead. That is likely your performance...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 4:53 pm
TheSQLGuru (1/16/2009)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 4:45 pm
I must have something whacky going on with my machine... it gives me an XML error when I try to open the excecution plan.
I have no doubt that the IO...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 16, 2009 at 4:34 pm
Viewing 15 posts - 45,841 through 45,855 (of 59,095 total)