Forum Replies Created

Viewing 15 posts - 31 through 45 (of 90 total)

  • RE: T-SQL

    Looking at why folks might be getting it wrong...

    ... Not everyone who uses SQL Server is a developer. I can imagine a lot of accidental dbas /...

  • RE: SELECT

    (Bob Brown) (10/5/2012)


    Probably a better QotD is: How did 53% get the answer 2,error? :hehe:

    <Cut> <Paste> <Execute> ?

  • RE: SELECT

    Add one more to the list of people who answered 2, 0 for the reasons given.

    I was just tickled that I knew the really correct answer this time, knew that...

  • RE: Stairway to XML: Level 2 - The XML Data Type

    So far, so good. This much XML I get. I'm also looking forward to the future steps, 'cause it's the manipulation, mutilation, and otherwise consumption of XML in...

  • RE: Inner Join

    rossss (9/26/2012)


    [...] I think the question was written with 2008 in mind but unspecified.

    2008, 2008 R2, or 2012... 😉

  • RE: CS Collation

    SQL Kiwi (9/11/2012)


    Avocado 😀

    Doh! Don't tell my kids, I've been tormenting them with the word for months. (Thank you!)

    Toreador (9/12/2012)


    None of the options gave the expected order,...

  • RE: T-SQL

    Hugo Kornelis (9/10/2012)


    Too bad that the explanation does not contain a link to the Books Online page that explains why this query fails - after all, from a performance perspective...

  • RE: APPLY - 1

    sknox (9/6/2012)


    CROSS APPLY does act like an INNER JOIN, but not like a DISTINCT.

    In fact, when I pull up the actual query plan SQL used for this CROSS APPLY,...

  • RE: Inserts

    I missed the (0) too. I should have stuck with my first inclination, "Hey, there's no CREATE statements, so they'd all be errors..." *snap* 😀

    Good question. Learned...

  • RE: Basic of T-SQL

    Now, had there been an option of "Table A will return 10 rows and Table B will return 7 rows" ... that could have been interesting.

  • RE: ISNULL

    Koen Verbeeck (8/8/2012)


    Spent 15 minutes looking for the gotcha...

    Gotta admit, I kept poking at it, waiting for a gotcha. Contemplated fetching my coffee before I submitted my answer even....

  • RE: Max processor cores

    So the correct answer is the Operating System limit.

    Presumably, if I were to load SQL 2008 R2 Data Center Edition on Windows Server 2012... it would be able...

  • RE: T SQL

    rhythmk (7/9/2012)


    I got the answer in first click but then I thought what if SQL 2012 get WHERE clause in TRUNCATE command :hehe:

    I pondered that, and tried to think of...

  • RE: Index Types

    Sean Lange (7/5/2012)


    You have to answer it correct according to BOL AND read the authors mind at the same time.

    It's worse than that. The author said

    It can...

  • RE: Index Types

    I was afraid I was gonna go down in flames on this one 'cause I didn't want to include a NULL index (i.e. heap) in the mix. Turns out...

Viewing 15 posts - 31 through 45 (of 90 total)