Forum Replies Created

Viewing 10 posts - 196 through 205 (of 205 total)

  • RE: T-SQL: Why “It Depends”

    GabyYYZ (3/16/2010)


    ... (or is someone willing to defend keeping Autoshrink on?) 🙂

    ...

    I can't really defend keeping Autoshrink on but I can say that it has been left on in our...

  • RE: T-SQL: Why “It Depends”

    Great job with the article and an excellent example of how the same code will perform differently under various data loads.

    Clearly, the answer "it depends" can be justified as you...

  • RE: Checksums

    Nice question!

    I spent 5 minutes reading here:

    http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/29/Enabling-CHECKSUM-in-SQL2005.aspx

    It does not give the specific answer but I was able to deduce the correct answer from the information given.

    An excellent balance of difficulty...

  • RE: Bit by bit

    john.arnott (1/28/2010)


    ...It's not that a BIT datatype has three states -- wouldn't that be a "trit"? -- but that ANY data element may be designated as nullable or not, and...

  • RE: Bit by bit

    A little more information about the BIT type. The bit type has 3 states: NULL, 0, and 1.

    When first declared and unset a NULL will be returned.

    Only a 0...

  • RE: Bit by bit

    Bob Cullen-434885 (1/28/2010)


    OK. I am in the 17% who got it wrong - I replied "Error". And now I know. But will somebody kindly explain why BIT is treated any...

  • RE: Wildcard

    That's what I get for answering before having my coffee. :doze:

    I picked '%im' because of course % is a wildcard. But it will return more than just Kim or...

  • RE: Predict output

    Lynn Pettis (1/20/2010)


    ... What was important was seeing that using the TRY/CATCH kept the while loop from being aborted, allowing you to control the processing ...

    I totally agree. ...

  • RE: T-SQL

    Steve Jones - Editor (1/7/2010)


    Doh! It's fixed. I must have made a mistake when I changed the question.

    It now shows predicate as the answer. I'll fix points.

    Steve, thanks for fixing...

  • RE: T-SQL

    I can understand the confusion with this question since msdn refers to IN many different ways. A number of msdn links have already been posted to defend different answers...

Viewing 10 posts - 196 through 205 (of 205 total)