Viewing 15 posts - 61 through 75 (of 191 total)
Gotta love a table that will only ever accept one row. 😀
Ron
January 29, 2013 at 5:03 am
Mark Grout (1/17/2013)
I guess what I'm not getting my head around is, what exactly is that subquery returning?
(select col1 from TblA2 where TblA1.col2 = TblA2.col2)
Is it returning TblA1.col1?
Yes, that is...
January 17, 2013 at 5:43 am
I guess what I'm not getting my head around is, what exactly is that subquery returning?
(select col1 from TblA2 where TblA1.col2 = TblA2.col2)
Is it returning TblA1.col1? If so that's...
January 17, 2013 at 5:22 am
Hugo Kornelis (1/16/2013)
Trust me, Ron - if it would have worked, you would have been appalled at the (lack of) performance.
Oh, for sure. I would never have used it...
January 16, 2013 at 6:18 am
I just encountered this scenario this past week. The ISDATE() and ISNUMERIC() functions are practically useless when determining whether a string will safely convert to a datetime or numeric...
January 16, 2013 at 6:08 am
Hugo Kornelis (12/27/2012)
I'm bad at pictures, so how about a step-by-step description of the query evaluation?
Ahh... you know, I actually had the mechanics straight, it was the fine details I...
December 27, 2012 at 6:13 am
Yeah, I'm gonna need someone to draw me a picture for this one. 😉
ron
December 27, 2012 at 5:32 am
Toreador (12/14/2012)
Thanks for the easy question to end the week!😉
Hey, what did I tell you??!!! >>>SMACK<<<
😀
ron
December 14, 2012 at 11:09 am
Really nice question. I even did the research on each option, but somehow missed the line about indexed views. Looks like I need to brush up on my...
December 14, 2012 at 5:50 am
Hugo Kornelis (12/6/2012)
December 6, 2012 at 7:52 am
Dag-nabbit, that'll teach me to read more carefully. I read it as "how many" and not "which"! Duh. Well at least I got it right in my...
November 15, 2012 at 6:19 am
I guess the thing that confuses me is, if the variable @ctr is declared within the try block, and the try block fails, why the variable would even exist to...
October 12, 2012 at 8:17 am
Hugo Kornelis (9/18/2012)
Double-check the INSERT statements in your code. You have inserted a total of three copies of the (1, 'AB') row; that should be only one.
Whoops. Copy-paste error...
September 18, 2012 at 6:19 am
Viewing 15 posts - 61 through 75 (of 191 total)