Viewing 15 posts - 181 through 195 (of 667 total)
Guess that'll only happen once it is deprecated and was really purged out of the product. Which didn't happen in 2012 although I kind of expected it. At least the...
July 12, 2012 at 10:50 am
Lynn Pettis (7/12/2012)
Jan Van der Eecken (7/12/2012)
I like this reply to JCYour link does work because of the " around the URL.
I noticed. Fixed now.
July 12, 2012 at 10:42 am
I like this reply to JC
Edit: Fixed the URL.
July 12, 2012 at 10:40 am
I presume this was just an example to illustrate your point, but overall, what was it you were trying to do? Get the top 3 Custumors' IDs, ordered by CustumorID...
July 12, 2012 at 7:30 am
Magnificent, Gail! Have a good party tonight!
July 4, 2012 at 7:37 am
CELKO (6/25/2012)
Jan Van der Eecken (6/25/2012)
June 26, 2012 at 4:23 am
Unless they coded ISNULL(a,b) as a wrapper around COALESCE(x1,x2,...,xn), which I would probably have done, just from a maintainability point of view. Then ISNULL should actually be slower due to...
June 25, 2012 at 6:35 pm
GSquared (6/25/2012)
Another thing to keep in mind about IsNull vs Coalesce is that Coalesce is ISO-standard SQL, and has some slight advantages because of...
June 25, 2012 at 6:17 pm
Brandie Tarvin (6/25/2012)
0-1 column instead of BIT.
Don't take the word BIT in your mouth. JC is watching!
June 25, 2012 at 5:51 pm
Just think about it.
You go to a grocery market and see this nice bucket of tomatoes (they are like in a heap) and say "I want them all". So the...
June 24, 2012 at 5:03 pm
COALESCE allows an unlimited number of parameters and returns the value of the first expression, evaluated from left to right, that is not NULL.
See BOL on MSDN
June 24, 2012 at 4:23 pm
GilaMonster (6/24/2012)
SQL will automatically drop temp tables as soon as they go out of scope...
I totally agree with Gail (who doesn't), but the assumption is that they, the temp tables...
June 24, 2012 at 12:30 pm
L' Eomot Inversé (6/20/2012)
June 24, 2012 at 12:11 pm
Evil Kraig F (6/18/2012)
Jan Van der Eecken (6/18/2012)
Evil Kraig F (6/18/2012)
Jan Van der Eecken (6/18/2012)
Oops, I misspelled your name. Apologies, Kraig!
LOL, at this point, either is acceptable. 😉 :w00t:...
June 18, 2012 at 5:44 pm
Viewing 15 posts - 181 through 195 (of 667 total)