Viewing 15 posts - 1,486 through 1,500 (of 4,081 total)
Oh for some better documentation.
Greg E
I heard there was a recently deciphered passage from the Dead Sea Scrolls that discussed such a parameter, but the fragment containing the ARID (alternate...
July 22, 2010 at 8:37 am
Memphis is about 14 hours by car from Orlando....
ROAD TRIP!!!
July 20, 2010 at 4:13 pm
I guess I need to have some BBQ for lunch *today*.
July 20, 2010 at 8:01 am
Perhaps a BBQ tour is in order.
Lynn, I didn't know it was possible to have a BBQ sandwich that WASN'T pulled pork.
July 20, 2010 at 7:47 am
Okay.... now the debate shifts to which BBQ place in Memphis.
July 19, 2010 at 4:18 pm
I'm not sure it is necessary because the col2 values come from Table A in the first place.
However, upon reflection, it is quite possible that other...
July 19, 2010 at 4:14 pm
My reasoning was that he first produces a distinct setof values, then gets a simple count of rows from Table A which have values in that set. However...
July 19, 2010 at 3:51 pm
Without data to test, this is a shot in the dark, but....
SELECT COUNT(DISTINCT docid) -- docid is primary key of Table A
FROM [Table A] a
JOIN [Table B] b...
July 19, 2010 at 3:32 pm
I'm not sure, Lutz. I'm reading his code more thoroughly right now.
He only wants counts of values that come from Table B.
July 19, 2010 at 3:01 pm
I'm getting to come again this year. How early do volunteers have to arrive?
July 19, 2010 at 1:42 pm
The reaction would have been the same no matter the nationality/citizenship of the developer; "What the $%@#* are you doing to my data!?!?!?!?!?!"
Answer: $%@#*'ing it up.
Is $%@#*'ing a...
July 19, 2010 at 10:19 am
The very thought makes me quiver.
July 17, 2010 at 8:34 pm
Steve Jones - Editor (7/16/2010)
Kit G (7/16/2010)
The Dixie Flatline (7/16/2010)
It was a dark and stormy night....As I sat down to write...
I was quite a sight...
We could start a rhyme of...
July 16, 2010 at 3:37 pm
It was a dark and stormy night....
July 16, 2010 at 2:29 pm
declare @DoNothing int
begin try
select 1/0 as result
end try
begin catch
set @DoNothing = 1
end catch
July 15, 2010 at 1:14 pm
Viewing 15 posts - 1,486 through 1,500 (of 4,081 total)