Forum Replies Created

Viewing 15 posts - 2,566 through 2,580 (of 7,484 total)

  • RE: Datatypes In Your Mind

    naas2005 (5/8/2014)


    Just a note on the tinyint - to store negatives in one byte the rightmost bit of the byte (111111 0) would need to be used to sign it...

  • RE: Today's Random Word!

    Ed Wagner (5/8/2014)


    BWFC (5/8/2014)


    whereisSQL? (5/7/2014)


    Ed Wagner (5/7/2014)


    TomThomson (5/7/2014)


    bkmsmith (5/7/2014)


    Ed Wagner (5/7/2014)


    TomThomson (5/7/2014)


    Stuart Davies (5/7/2014)


    BWFC (5/7/2014)


    Litter

    letter

    latter

    Ladder

    Jacob

    Patriarch

    Dad

    Mom

    Pop

    Gun

    Howitzer

  • RE: BUFFER POOL EXTENSION EDITIONS

    Apologies to eveyone for the two stupid errors, one in the question and one in the explanation.

    The second answer option should have read "Enterprise and Standard editions". ...

  • RE: Today's Random Word!

    bkmsmith (5/7/2014)


    Ed Wagner (5/7/2014)


    TomThomson (5/7/2014)


    Stuart Davies (5/7/2014)


    BWFC (5/7/2014)


    Litter

    letter

    latter

    Ladder

    Jacob

    Patriarch

  • RE: Today's Random Word!

    Stuart Davies (5/7/2014)


    BWFC (5/7/2014)


    Litter

    letter

    latter

  • RE: Removing Memory-optimized tables

    Nice question. I didn't know the answer, so had to look it up in BOL. I didn't use the reference provided in the explanation, because tehobvios place to...

  • RE: Today's Random Word!

    bkmsmith (5/6/2014)


    whereisSQL? (5/6/2014)


    Ed Wagner (5/6/2014)


    SQLRNNR (5/6/2014)


    Revenant (5/6/2014)


    Ed Wagner (5/6/2014)


    crookj (5/6/2014)


    SQLRNNR (5/6/2014)


    Stuart Davies (4/29/2014)


    Zeus

    dog

    Day Afternoon

    Beach

    Boys

    Beatles

    Bug

    Squish

    (y) Boots

    Puss (in them)

  • RE: Datatypes In Your Mind

    Eirikur Eiriksson (5/6/2014)


    According to Celko, "Machine-level things like a BIT or BYTE data type have no place in SQL."

    😎

    Well, if he allows tinyint and smallint and int and bigint why...

  • RE: First SQl job were you nervous?

    In the jobs that I enjoyed doing, when I hit something new, if I found I was sure I could handle it I immediately handed it on to a junior;...

  • RE: Better, Faster, and Cheaper

    Jeff Moden (5/5/2014)


    The only thing left to do is do it right because neither cheap or fast is possible without doing it right. And, as Tom Thompson said on...

  • RE: Better, Faster, and Cheaper

    As a number of people have said, the article applies the triangle to a process for which it was never intended. The triangle is about research and development processes,...

  • RE: Duplicate Object_ID and rows ...etc

    There aren't any duplicates here, and nothing that needs fixing.

    There is one row for each partition. It contains an object_id which is teh object_id of the table of which...

  • RE: Datatypes In Your Mind

    Hugo Kornelis (5/6/2014)


    Fun story, nice question - shame about the sloppy execution.

    I found myself in that position where I have to second-guess the question author. I knew it was either...

  • RE: Hash Match

    Jeff Moden (5/5/2014)


    Steve Jones - SSC Editor (5/5/2014)


    Jeff Moden (5/3/2014)


    I think a much better question would be, "What determines what will be the first (top) table (according to books online)...

  • RE: DDL Trigger for Drop_Table

    Hugo Kornelis (5/5/2014)


    TomThomson (5/4/2014)


    If you use that code to try to create the trigger, the trigger will do nothing - the code is syntactically incorrect because the create trigger statement...

Viewing 15 posts - 2,566 through 2,580 (of 7,484 total)