Forum Replies Created

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

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

  • RE: GROUPING SETS - 1

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

  • RE: Table Alias

    Hugo Kornelis (5/2/2013)


    However, to do some nitpicking:

    1. If I were to try this code on my system, I would get five errors. All system table (*) names are completely lowercase,...

  • RE: Nested triggers 1

    tl;dr

  • RE: Coalesce and Conversion

    Well, the question is a good one, and I got it right, but if I see code like that I reach for the shot gun.

  • RE: Queries

    That was ...

    ... interesting:rolleyes:

  • RE: What a View

    And certainly not views that do [font="Courier New"]SELECT *[/font]

  • RE: Check status of SPN?

    I couldn't even remember what an SPN was, but I figured -R should be RESET, and -D should be DELETE. That left -L for LIST. Good thing the tool writers...

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