Forum Replies Created

Viewing 15 posts - 166 through 180 (of 221 total)

  • RE: DONEPROC

    Quite frankly: If you think you have to know this, you're very likely doing something wrong. Still, I've earned yet another very arcane bragging point.:hehe:

  • RE: Supported spatial data formats

    I'm currently hiring. I'd like to know which 9% selected the CHTM option:hehe:

  • RE: While loop Testing

    I think the only thing I take away from this question is confirmation that dynamic SQL must be avoided, but if you need it you should at least name your...

  • RE: BUFFER POOL EXTENSION EDITIONS

    Interesting question. Too bad none of the answers are correct. BI edition does not support buffer pool extension.

    Oh, and your reference link doesn't work.

    http://msdn.microsoft.com/en-us/library/cc645993(v=sql.120).aspx

  • RE: SOUNDEX

    If SOUNDEX() as implemented in SQL Server was remotely useful outside of English-speaking countries I might care one way or the other. As it stands it's one of the quaint...

  • RE: Using Max()

    Ford Fairlane (11/7/2013)


    Very good question - got caught out with as well. Should have realized that with out the where clause that each max() is evaluated individually... nice to learn...

  • RE: "NOT IN" Operator and Three Valued Logic

    Well, good question, but the correct alternative was a bit misleading. You don't get a zero back, you get an empty result set. That's a different answer.

  • RE: Behavior of trigger

    Nice job linking to the Russian language online docs...

    However, there is nothing in that text which says anything about whether ALTER TRIGGER affects the enable/disable state of the trigger.

  • RE: Tally Tables

    Hugo Kornelis (9/3/2013)


    sknox (9/3/2013)


    Wow.

    Nobody's mentioned what I consider to be the biggest problem with this question yet.

    You must have overlooked the things already mentioned about ordering by Rune Irvin, Terreador,...

  • RE: Tally Tables

    Interesting. Those are somewhat different from the SQL 2012 plans. And goes to show that when something isn't documented it may very well change between releases without any formal notice.

  • RE: Tally Tables

    L' Eomot Inversé (9/3/2013)


    Rune Bivrin (9/3/2013)


    Just look at the execution plan and tell me if there is no difference.

    Or even try this, where NEWID() is completely eliminated from the second...

  • RE: Tally Tables

    John Mitchell-245523 (9/3/2013)


    Rune Bivrin (9/3/2013)


    Just look at the execution plan and tell me if there is no difference.

    There's very little difference. On SQL Server 2008 R2 SP2, there was...

  • RE: Tally Tables

    Just look at the execution plan and tell me if there is no difference.

    Or even try this, where NEWID() is completely eliminated from the second query.

    -- 1

    SELECT ROW_NUMBER() OVER (ORDER...

  • RE: Clean Data

    Great question!

    I've never used DQS, but the correct answer just seemed the most logical.

  • RE: Return

    Got it. But to be precise there won't even be a result set. Not even one with zero rows.

Viewing 15 posts - 166 through 180 (of 221 total)