Forum Replies Created

Viewing 15 posts - 2,311 through 2,325 (of 7,483 total)

  • RE: Today's Random Word!

    crookj (8/22/2014)


    djj (8/22/2014)


    Ed Wagner (8/22/2014)


    Reaper

    Vision (The Grim Reaper's Brother)

    Wonder Man

    Tom

  • RE: Compare two columns

    Brandie Tarvin (8/22/2014)


    djj (8/22/2014)


    Brandie Tarvin (8/22/2014)


    lpablo (8/22/2014)


    DECLARE @Email VARCHAR(100)

    DECLARE @Email2 VARCHAR(100)

    Set @email= 'helper@sql-server-helper.com'

    set @email2='fff@dd.com, helper@sql-server-helper.com,vc@.com'

    SELECT case when @email2...

    Tom

  • RE: Today's Random Word!<!-- 864 -->

    Brandie Tarvin (8/21/2014)


    Ed Wagner (8/21/2014)


    whereisSQL? (8/21/2014)


    EL Jerry (8/21/2014)


    jasona.work (8/21/2014)


    crookj (8/21/2014)


    Ed Wagner (8/21/2014)


    TomThomson (8/21/2014)


    Brandie Tarvin (8/20/2014)


    Ed Wagner (8/20/2014)


    Bug

    Snafu

    Government IT

    Expensive

    Amateur

    Night :hehe:

    Sleep

    Coffee

    Espresso 😀

    Bean

    Beanstalk

    Tom

  • RE: Today's Random Word!<!-- 864 -->

    Brandie Tarvin (8/20/2014)


    Ed Wagner (8/20/2014)


    Bug

    Snafu

    Government IT

    Tom

  • RE: Choose only two correct answers?<!-- 864 -->

    twin.devil (8/21/2014)


    Just for the information.

    Becuase #table names max length is only 116 characters in SQL Server 2008 r2. its also valid of SQL SERVER 2012.

    It's valid in every version...

    Tom

  • RE: Choose only two correct answers?<!-- 864 -->

    paul.knibbs (8/21/2014)


    I thought the interesting part was that the actual "name" part of the table name *is* only 116 characters long--apparently, the # showing it's a temporary table is counted...

    Tom

  • RE: DBCC CHECKDB<!-- 864 -->

    Nice question. 😎

    But I have one niggle :hehe:: you can't run that command against tempdb, because it is specifically acting of the database 'myDatabase' :laugh::crazy:; but it...

    Tom

  • RE: Phantoms and isolation

    PHYData DBA (8/19/2014)


    TomThomson (8/18/2014)


    PHYData DBA (8/18/2014)


    1. I got this question "wrong" selecting the "right" answers sent out in email the next day.

    How interesting. ...

    Tom

  • RE: declarations

    Raghavendra Mudugal (8/19/2014)


    TomThomson (8/19/2014)


    The pro is of course that if you put all the declarations combined with assignment in a non-repeated part of the stored procedure, trigger, or batch the...

    Tom

  • RE: Are the posted questions getting worse?

    SQLRNNR (8/19/2014)


    Lynn Pettis (8/19/2014)


    How about this one, starting monthly salary of $4,927 for a Senior Database Developer. That's 2/3 what I made at School District 11.

    Granted, it is a...

    Tom

  • RE: Today's Random Word!

    Ed Wagner (8/19/2014)


    djj (8/19/2014)


    Ed Wagner (8/19/2014)


    SQLRNNR (8/19/2014)


    Ed Wagner (8/19/2014)


    djj (8/19/2014)


    Ed Wagner (8/19/2014)


    SQLRNNR (8/19/2014)


    lemonade

    Summer

    Winter

    Driving

    Daisies

    Pushing (hopefully no time soon)

    Pulling

    Drag

    Queen

    Tom

  • RE: Phantoms and isolation

    John Mitchell-245523 (8/19/2014)


    TomThomson (8/18/2014)


    There are cases where READ UNCOMMITTED isolation level is acceptable: the obvious case is the case where you know for certain, perhaps because a ban on certain...

    Tom

  • RE: declarations

    Raghavendra Mudugal (8/19/2014)


    Thank you, Tom, very interesting one.

    As the old saying goes "everything has pros and cons", so any one see the "pros" side of it?

    (I am kind of feeling...

    Tom

  • RE: Phantoms and isolation

    Raghavendra Mudugal (8/15/2014)


    Thank you Tom, very interesting one.

    (I used only READ UNCOMMITTED, and others I have just read them but never had any practical experience on them, so had really...

    Tom

  • RE: Phantoms and isolation

    PHYData DBA (8/18/2014)


    1. I got this question "wrong" selecting the "right" answers sent out in email the next day.

    How interesting. Must explain why...

    Tom

Viewing 15 posts - 2,311 through 2,325 (of 7,483 total)