Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 3,348 total)

  • RE: CONCAT 1

    Dave62 (8/22/2013)


    But apparently whoever added the new CONCAT function to SQL Server 2012 is in agreement with my interpretation because the result is the known values.

    I think it's more like...

  • RE: CONCAT 1

    L' Eomot Inversé (8/22/2013)


    Hugo Kornelis (8/22/2013)


    So where does all the confusion with "unknown" come from? (To my surprise, I see that even Tom, a man I normally agree with on...

  • RE: CONCAT 1

    Dave62 (8/22/2013)


    I can see why this creates confusion with concatenation. People in the "unknown" camp will have difficulty concatenating an unknown value with a known value. In contrast,...

  • RE: User with total points more than 30000?

    This reply has been left deliberately emoticon-less

    See?

    I can do it!

  • RE: CONCAT 1

    Dave62 (8/22/2013)


    I've been building databases since I started working with PFS File in the 1980's. :w00t:

    It seems like there is a literal meaning for NULL, which is "unknown", and a...

  • RE: User with total points more than 30000?

    Steve Jones - SSC Editor (8/22/2013)


    I'll award back points for this one

    Woohoo! More points for me!

    (so why am I still not on the #1 spot, eh?)

    :-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D

    :-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D:-D

    (just to show that...

  • RE: CONCAT 1

    palotaiarpad (8/22/2013)


    BOL: However, you can change this behavior by changing the setting of CONCAT_NULL_YIELDS_NULL for the current session.

    The right answer is: it depends. 😀

    Maybe you should specify WHERE in...

  • RE: Clean Data

    Koen Verbeeck (8/20/2013)


    Nice question about a pretty unknown product. Thanks.

    Heh! I've seen demo's of DQS, and of all the adjectives one could use to describe it, "pretty" would be pretty...

  • RE: Return

    Mike Dougherty-384281 (8/19/2013)


    I think I'll continue with the belief that "return" belongs at the end of a procedure. If I ever see anyone in my group using return in...

  • RE: User with total points more than 30000?

    So, can someone here tell me what exactly the point (pun not intended) of this question is supposed to be?

  • RE: Exists

    Stevenna1 (8/8/2013)


    But in this case, the solution to fix the "issue" was this (sic).

    If we share the where clause from NOT EXISTS to EXISTS it will...

  • RE: Expressions

    sestell1 (8/8/2013)


    crussell-931424 (8/8/2013)


    Interesting. I didn't realize that nullif is really a case statement and that any function would then get executed multiple times. Of course in this case the function...

  • RE: Exists

    Stevenna1 (8/8/2013)


    Ok Hugo, My last point, because the Qotd, I agree, its nice to see challenging things.

    But the answer; Simply changing the SQL to Exists makes the...

  • RE: Exists

    Stevenna1 (8/8/2013)


    Hugo, Conventions & parsing aside. Are we to believe that someone would write something so convoluted to demonstrate Exists/Not Exists Syntax ( select(1=1))

    I mean it doesn't even...

  • RE: Exists

    Stevenna1 (8/8/2013)


    Am I missing something here ?

    The query has a BUG in it it has nothing to do with 1=1

    Declare @customer Table ( ID int

    ...

Viewing 15 posts - 1,621 through 1,635 (of 3,348 total)