Forum Replies Created

Viewing 15 posts - 181 through 195 (of 236 total)

  • RE: Supported spatial data formats

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


    Just because you're right doesn't mean everybody else is wrong.

  • 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...


    Just because you're right doesn't mean everybody else is wrong.

  • 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


    Just because you're right doesn't mean everybody else is wrong.

  • 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...


    Just because you're right doesn't mean everybody else is wrong.

  • 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...


    Just because you're right doesn't mean everybody else is wrong.

  • 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.


    Just because you're right doesn't mean everybody else is wrong.

  • 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.


    Just because you're right doesn't mean everybody else is wrong.

  • 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,...


    Just because you're right doesn't mean everybody else is wrong.

  • 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.


    Just because you're right doesn't mean everybody else is wrong.

  • 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...


    Just because you're right doesn't mean everybody else is wrong.

  • 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...


    Just because you're right doesn't mean everybody else is wrong.

  • 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...


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Clean Data

    Great question!

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


    Just because you're right doesn't mean everybody else is wrong.

  • RE: Return

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


    Just because you're right doesn't mean everybody else is wrong.

  • RE: GROUPING SETS - 1

    I did what any BI consultant would do: I stuffed the numbers into Excel and did a Power Pivot.


    Just because you're right doesn't mean everybody else is wrong.

Viewing 15 posts - 181 through 195 (of 236 total)