Forum Replies Created

Viewing 15 posts - 3,451 through 3,465 (of 19,564 total)

  • RE: Is Rolling Back The Same as Failing?

    I read a blog post on this topic recently.

    I like the approach depicted in the article - try to resolve and then rollback after having run there enough troubleshooting to...

  • RE: Today's Random Word!

    microbot

  • RE: t-sql 2008 cte joined with a table

    Nothing wrong with the CTE that you were using from what I can tell. That said, I didn't do an intrusive code review either.

    All that was needed was the...

  • RE: random records

    I know Bob (Dixie) has done a masterful job with this script.

    Here is a slightly different route I have taken in the past that was also quite efficient and performed...

  • 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)

    That explanation is...

  • RE: t-sql 2008 cte joined with a table

    dwain.c (3/3/2014)


    SQLRNNR (3/3/2014)


    Jason is a man of few words and a code-talker to boot! 😛

    LOL

  • RE: t-sql 2008 cte joined with a table

    SELECT person.personID

    , cs562.personID

    , cs562.attributeID

    , cs562.value

    , cs562.[date]

    , cs563.personID

    , cs563.attributeID

    , cs563.value

    , cs563.[date]

    , cs564.personID

    , cs564.attributeID

    , cs564.value

    , cs564.[date]

    , cs565.personID

    , cs565.attributeID

    , cs565.value

    , cs565.[date]

    FROM Person cs562

    INNER JOIN sProgram sp

    ON cs562.PersonID = sp.PersonID

    join...

  • RE: Log growing in SIMPLE Recovery Mode

    You need to find what query is running that is causing the massive growth.

    Here is an article with a technique that could be applied...

    http://www.sqlservercentral.com/articles/Log+growth/69476/

  • RE: Downtime

    I like the idea of the chaos monkey. Outages need to be tested and processes practiced. Without the practice, people forget what to do or they act slowly...

  • RE: DBA Dreams

    phonetictalk (3/2/2014)


    "I've encountered DBAs who seemed ill equipped to administer a home grocery list and checkbook"

    This made me laugh out loud. Thankfully I haven't encountered such DBAs.

    Yeah that is funny...

  • RE: Today's Random Word!

    Ed Wagner (3/3/2014)


    BWFC (3/3/2014)


    EricEyster (3/3/2014)


    Ed Wagner (3/3/2014)


    crookj (2/28/2014)


    Ed Wagner (2/28/2014)


    Ray K (2/28/2014)


    SQLRNNR (2/28/2014)


    crookj (2/28/2014)


    EricEyster (2/28/2014)


    Revenant (2/28/2014)


    Ed Wagner (2/28/2014)


    Kurt W. Zimmerman (2/28/2014)


    SQLRNNR (2/28/2014)


    cheeseparing

    tightfistedness

    Punch

    Bowl

    spoon

    dollop

    daisy

    Duke

    Muscle Car (GTO)

    Ronnie and the Daytonas

    Dodge

    Ram

    Derby

    Demolition

    MAN

  • RE: Script to Get the Backup History

    rjoseph (3/3/2014)


    Hello Sathish,

    When I parse this script, I got no errors but when tried to execute it to get the backup history on SQL 2000 or 2008 databases from MSSMS...

  • RE: Geeky Entertainment

    Steve Jones - SSC Editor (2/28/2014)


    SQLRNNR (2/27/2014)


    I would like to see Daniel Suarez's book Daemon turned into a movie.

    That would be quite a thriller. I need to pick up his...

  • RE: Geeky Entertainment

    David.Poole (2/28/2014)


    I picked up a few Dean Crawford books on a 2nd hand stall. Enjoyable escapism, sort of x-files meets Clive Cussler.

    Hollywood seems to be doing more reboots than...

  • RE: Today's Random Word!

    crookj (2/28/2014)


    EricEyster (2/28/2014)


    Revenant (2/28/2014)


    Ed Wagner (2/28/2014)


    Kurt W. Zimmerman (2/28/2014)


    SQLRNNR (2/28/2014)


    cheeseparing

    tightfistedness

    Punch

    Bowl

    spoon

    dollop

    daisy

Viewing 15 posts - 3,451 through 3,465 (of 19,564 total)