Forum Replies Created

Viewing 15 posts - 1,531 through 1,545 (of 3,348 total)

  • RE: Table space usage 3

    pmadhavapeddi22 (3/7/2014)


    Disclaimer : Please excuse me for the delayed attempt for these questions

    I have attempted "table space usage" questions 1,2 and 3 in sequence, but the answer for question 3...

  • RE: Order By Column

    Revenant (3/4/2014)


    Tom, as I said, I have a stake in this - I would like to see these issues clarified -, but I am not the one to clarify them....

  • RE: Order By Column

    Revenant (3/4/2014)


    Hugo Kornelis (3/4/2014)


    Revenant (3/4/2014)


    Hmm... I am not a computer scientist and even less a programming language designer; however, I see that there could be a new rule introduced that...

  • RE: Order By Column

    Revenant (3/4/2014)


    Hmm... I am not a computer scientist and even less a programming language designer; however, I see that there could be a new rule introduced that would say that...

  • RE: Order By Column

    Revenant (3/4/2014)


    Hugo Kornelis (3/4/2014)


    For SELECT DISTINCT, allowing ORDER BY to operate on columns not in the SELECT list would produce erratic and unpredictable behaviour. Consider this table:

    Col1 | Col2

    -----+-----

    ...

  • RE: Order By Column

    TomThomson (3/4/2014)


    Nice question.

    Hugo Kornelis (3/4/2014)


    Koen Verbeeck (3/4/2014)


    Nice question, but the explanation doesn't mention why the order of casting vs order by changes. (because of adding the T alias in the...

  • RE: Order By Column

    Koen Verbeeck (3/4/2014)


    Nice question, but the explanation doesn't mention why the order of casting vs order by changes. (because of adding the T alias in the second statement)

    The ORDER BY...

  • RE: EXCEPT 2

    hakan.winther (3/4/2014)


    crussell-931424 (3/4/2014)


    Yep, a repeat. We should get the EXCEPT question here shortly, I hope.

    Thats true, I didn't notice the heading of the question. 🙂

    I *almost* got it wrong, ...

  • RE: Columns in Sub Queries

    joshcsmith13 (2/24/2014)


    I'm with you Bob. I still don't get the "point" of the query working this way for a subquery.

    It *has* to work this way for subqueries, otherwise all...

  • RE: Compression

    I don't understand the question, and I think it's not even a question at all.

    So we have two databases "with size of 50GB". Is that the size of the data...

  • RE: value() Method (xml Data Type)

    I had it right, for the wrong reason. I expected an error because the first "root" node contains an XML fragment with multiple nodes, not a singleton. So I expected...

  • RE: ACID Properties Question

    L' Eomot Inversé (1/27/2014)


    (I only remember what NOLOCK is called because so often I've discovered it as the source of a bug and had to tell people to stop abusing...

  • RE: ACID Properties Question

    L' Eomot Inversé (1/26/2014)


    I can't remember what happened to the locking hint that said "ignore exclusively locked objects when reading" as opposed to "ignore exclusive locks when reading" - does...

  • RE: ACID Properties Question

    L' Eomot Inversé (1/25/2014)


    Hugo Kornelis (1/24/2014)


    Tempdb is specifically designed to ensure that information will NOT survive a system crash.

    Yes, it is - and that means that the ability of a...

  • RE: ACID Properties Question

    All definitions of the D in ACID that I found specifically mention that the information survives "even in the case of a system crash". (Which makes sense; information not spontaneously...

Viewing 15 posts - 1,531 through 1,545 (of 3,348 total)