Forum Replies Created

Viewing 15 posts - 391 through 405 (of 717 total)

  • RE: SELECT INTO with a Temp Table

    Thanks for the question, I too have run into this and now know better.

    As for the missing GOs I thought about that being a problem, but since you had each...

  • RE: Data Typing Quandry

    Cliff Jones (11/17/2010)


    Yes, I agree with this. Compression has an effect on the storage but does not change the defined row size.

    But what is the definition for...

  • RE: Data Typing Quandry

    SanDroid (11/17/2010)


    UMG Developer (11/17/2010)


    mtassin (11/17/2010)


    I agree. I got this wrong for the same reason. The Row Size doesn't change, compression just lets more data be stored on a...

  • RE: Data Typing Quandry

    mtassin (11/17/2010)


    I agree. I got this wrong for the same reason. The Row Size doesn't change, compression just lets more data be stored on a page.

    But in this...

  • RE: Conditional Order By

    Thanks for the question.

  • RE: Query text during caching in SQL 2005

    Thaks for the question.

  • RE: COALESCE Vs ISNULL

    Nice question, thanks!

  • RE: To switch or not to switch

    Thanks for the question. I missed one of the three, so I should get 66% of a point. 😉

  • RE: More of computed columns

    Thanks for the question.

    One small point, not only did the create for the second table fail, so did the drop. (Though I doubt that would trip anybody up.)

  • RE: Database Snapshot

    I agree that the question is good, and TRUE is the correct answer. The question is "All Recovery Models support Database Snapshots." which is true, as they do. However not...

  • RE: Database Snapshot

    Thanks for the question.

  • RE: Computed column

    RichardDouglas (11/9/2010)


    I thought the title gave it away

    I don't normally pay much attention to the titles, since they sometimes are designed to be misleading. But yeah, that would have given...

  • RE: Computed column

    Nice question, I would have gotten it wrong had the option for the problem with + not been there. (I didn't see the computed column so once I went looking...

  • RE: SQL Server randomly hangs

    Just curious if you have an update on if the trace flag fixed the problem or if you still have random hangs.

  • RE: Using OVER with an Aggregate Function

    Interesting question, I have never thought of using the DISTINCT/OVER combination instead of the standard GROUP BY to get a value.

    Of course if you look at the execution plans the...

Viewing 15 posts - 391 through 405 (of 717 total)