Viewing 15 posts - 1,711 through 1,725 (of 2,443 total)
****EDIT******************************
skip this post, I was incorrect, as Lynn points out
*************************************
And try changing
WHERE tableA.date BETWEEN @start AND @stop
to:
WHERE tableA.date =< @stop AND tableA.date >= @start
looks more cumbersome, but performs better.
November 12, 2009 at 10:46 am
hlam-1032421 (11/11/2009)
… good clustering. One school says to put the clustered index on the column or set of columns that would be...
November 11, 2009 at 2:04 pm
GSquared (11/11/2009)
lexicographicolatry
yeah, well that's a given, isn't it? 😉
November 11, 2009 at 10:51 am
Excellent article Gail, as always, thank you for that! 🙂
November 11, 2009 at 7:35 am
gtuhl (11/7/2009)
Seems like a pretty healthy community [...]
Now there's a dangerous assumption... :-P:-D
November 9, 2009 at 9:05 am
GilaMonster (11/6/2009)
GSquared (11/6/2009)
If I'm not mistaken, PASS was Mon-Thu, right?Mon-Fri. Main conference was Tues-Thurs, pre-con on monday, post-con on friday.
Grant says Hi.
Geek of the Week is too uppity...
November 6, 2009 at 9:47 am
So then we've finally found a definitive benefit of RBAR - environment control
November 6, 2009 at 8:20 am
Ha! So how many lines of code per calorie?
November 6, 2009 at 7:58 am
Bob Hovious 24601 (11/5/2009)
She may have also conquered the galaxy while I was buttering a croissant.
Different strokes for different folks...:-D
November 6, 2009 at 7:10 am
GilaMonster (11/4/2009)
Roy Ernest (11/4/2009)
I wonder how the Kilt day is going in PASS... 🙂Interestingly. Photos later.
Hang on, searching for an avatar whose eyes are bleeding...
November 4, 2009 at 2:35 pm
I got it too, funny! :hehe:
November 3, 2009 at 10:16 am
Thank you! I really appreciate your help on this, the process is more important than the example for me here.
Now I need to go read Jeff's articles again.
Thanks again!
Jon:-D
October 30, 2009 at 1:19 pm
Dupes aren't probably dupes due to the full value in that column, so for this purpose you can ignore de-duping. Resultset I'm looking for would look something like the attached,...
October 30, 2009 at 11:50 am
Ok, I don't think this will work for me, because I want to pivot data without knowing what the values are.
For example, if I'm working with provider languages, I...
October 30, 2009 at 10:49 am
Viewing 15 posts - 1,711 through 1,725 (of 2,443 total)