Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 7,484 total)

  • RE: Redirecting Output

    Not everyone. Some of us stick to easy to remember things like 1,1,1

  • RE: PINTABLE

    Sean Lange (8/26/2015)


    Great question.

    I have always laughed when I saw this because it is all caps it is not exactly clear when reading where the word breaks are. I have...

  • RE: PINTABLE

    Nice simple question. No wrong answers yet. (Not many right ones, either).

    Surprised it's still there; it's been a NOOP in 2005, 2008, 2008R2, 2012 so I expected it...

  • RE: Are the posted questions getting worse?

    Sean Lange (8/25/2015)


    Ed Wagner (8/25/2015)


    Alvin Ramard (8/25/2015)


    Ed Wagner (8/25/2015)


    I don't know if it's just me, but SSC has been having some blocks of time where it's very slow recently. ...

  • RE: Email Formatted HTML Table with T-SQL

    Interesting how many different ways there are to do this.

    Back in the early SQL 2000 days I wanted to send HTML-formatted reports from SQL Server; DB_SENDMAIL was the first option...

  • RE: Getting stumped when trying to delete records from a table. Need help, please.

    You should maybe do it the way your comment says - use cascading deletes; change the foreign key to have ON DELETE CASCADE and then use just the single delete...

  • RE: Your Portfolio

    jckfla (8/18/2015)


    Eric M Russell (8/18/2015)


    However, users of LinkedIn seem heavily weighted toward IT, because it's more structured and also because of the way the website automatically associates links between members...

  • RE: Your Portfolio

    SQLRNNR (8/18/2015)


    call.copse (8/18/2015)


    I am probably unusual in that I don't really like Facebook

    Nope - sounds perfectly reasonable to me.

    Perfectly reasonable would be an understatement for me. I...

  • RE: Why Use Version Control?

    It's 45 years since last I worked without source control; and I can't understand why people still do it.

    When I arrived at a new job in 2002 I was absolutely...

  • RE: What are your five most common T-SQL commands

    Steve Jones - SSC Editor (8/24/2015)


    Wow some great lists. This might be a good thread to compile into an article.

    Well, most of the tnings I listed are not scripts I...

  • RE: Today's Random Word!

    Ed Wagner (8/25/2015)


    Stuart Davies (8/25/2015)


    Revenant (8/24/2015)


    ZZartin (8/24/2015)


    whereisSQL? (8/24/2015)


    DonlSimpson (8/24/2015)


    Ed Wagner (8/24/2015)


    djj (8/24/2015)


    Ed Wagner (8/24/2015)


    Luis Cazares (8/24/2015)


    whereisSQL? (8/24/2015)


    Ed Wagner (8/24/2015)


    TomThomson (8/24/2015)


    SQLRNNR (8/24/2015)


    oeuf

    revuelto

    Pistol

    Pete

    Mickey

    Mouse

    Moose

    Rocky

    Stalone

    Schwarzenegger

    Geezer

    Me

    Myself

    Eye

    Ore

  • RE: Today's Random Word!

    SQLRNNR (8/24/2015)


    oeuf

    revuelto

  • RE: Detaching and Updating Databases

    Seems a bit obvious - if you want eveything to work cleanly then (a) don't use a non-existent parameter (although a third or people who've answered so far appear to...

  • RE: What are your five most common T-SQL commands

    1.

    BEGIN TRY

    --

    --

    END TRY

    BEGIN CATCH

    --

    --

    END CATCH

    2.

    BEGIN TRAN

    --

    --

    COMMIT TRAN/ROLLBACK TRAN

    3.

    BACKUP DATABASE ----

    TO D:\BACKUP\---- ;

    4.

    SET TRANSACTION ISOLATION LEVEL ----

    5.

    USE PLAYPEN

    edit: Number 5 is maybe the one I use...

  • RE: Nope to NoOps, No way to NoDBA

    Jeff Moden (8/21/2015)


    GoofyGuy (8/21/2015)


    The DBA gets to torture and embarrass the app developer. Nothing, but nothing, pleases a DBA more than this.

    Not for me. I absolutely love it when...

Viewing 15 posts - 1,471 through 1,485 (of 7,484 total)