Forum Replies Created

Viewing 15 posts - 91 through 105 (of 149 total)

  • RE: T-SQL

    Good and easy!

  • RE: SELECT

    The right answer isn't the right one? The selects give 2 and 0 rows back. Arghhh..

  • RE: Inner Join

    An easy point! Thx! :satisfied:

  • RE: Backups

    I guessed and won. I thought, SQL Server stores the compression flag in the header and not at the data part of the backup. And as the header remains, the...

  • RE: Inserts

    Where are the variable definitions? I can see only the inserts (Chrome) :w00t:

  • RE: Commenting in Dynamic query

    I hate questions with missleading title. :angry:

  • RE: Snapshots

    I'm not agree with the "right" answer. I can revert to any undamaged snapshot:

    Step 1: delete all other snapshot

    Step 2: revert to the selected

    The answer would be right only with...

  • RE: T SQL

    Easy point, thx!

  • RE: Index Types

    :w00t: Count(indextypes) isn't deterministic? 😛

  • RE: NULLIF 1

    imarran (6/26/2012)


    badly formed answers

    you are selecting 4 columns in your question (ID, Y, Test1, Test2) yet your answers and the supposed "correct" one only has 3

    Say, not optimal, but if...

  • RE: Temp Tables

    BOL: Indexes cannot be created explicitly on table variables, and no statistics are kept on table variables. In some cases, performance may improve by using temporary tables instead, which support...

  • RE: Restricting updates?

    The subquery in the update confused me. I would use a "case when else" statement instead. It is longer, but for me better readable.

  • RE: String comparison

    A very good question, even if i missed it. 😛

    I thought, if the LEN delivers 1, then the LIKE makes the same. For me a bit inconsistent, but good to...

  • RE: Job History

    Easy. Link

  • RE: NOT BETWEEN

    Thanks for the easy QOTD!

Viewing 15 posts - 91 through 105 (of 149 total)