Forum Replies Created

Viewing 15 posts - 5,536 through 5,550 (of 9,712 total)

  • RE: Index seek and Index scan

    Without seeing your DDL, I can't be sure, but it sounds like your non-clustered index doesn't use tran1 in the first column.

    I heard a lecture at a SQL Saturday that...

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (7/20/2011)


    Brandie Tarvin (7/20/2011)


    On a semi-technical note, can I just say that I figured out how to do a JOIN to an UNPIVOT without using a derived table in the...

  • RE: Removing or Replacing Data

    AndrewSQLDBA (7/20/2011)


    I forgot to mention this, but the column is a text data type, and replace is not working with Text data type.

    Can you update it to VARCHAR(MAX) without breaking...

  • RE: Removing or Replacing Data

    Why would a combination of REPLACE(), LIKE() and PATINDEX() not work here?

    EDIT: Like in Lowell's example? It's set based, no looping. Looping bad if you don't need to do it.

  • RE: Database in Shutdown Status

    Thanks, Gail. I appreciate you verifying that for me.

  • RE: Database in Shutdown Status

    GilaMonster (7/20/2011)


    Restore from backup. Log file missing, database not cleanly shut down.

    So just restore over the exist rather than delete first?

  • RE: Automatically name backup file from T-SQL?

    My advice would be to use Dynamic SQL. Declare a variable, set the variable's value to the sql command above (with the date / time info concated into the string),...

  • RE: Removing or Replacing Data

    Have you tried the REPLACE() function?

  • RE: Are the posted questions getting worse?

    On a semi-technical note, can I just say that I figured out how to do a JOIN to an UNPIVOT without using a derived table in the mix?

    I'm so proud...

  • RE: Are the posted questions getting worse?

    Speaking of DVDs, who gets the proceeds of the Summit DVDs? Do the presenters get any cut of that at all?

  • RE: Are the posted questions getting worse?

    Ninja's_RGR'us (7/20/2011)


    Jeff Moden (7/20/2011)


    David Burrows (7/20/2011)


    Used to correspond with Frank a lot but I think he changed jobs and email. He does post on another forum.

    Thanks for being one of...

  • RE: Are the posted questions getting worse?

    My vote is in. I hope you get it, Jeff. You're the only one of the lot that I know actually has a couple of "official" SQL phrases coined.

    On a...

  • RE: Today's Random Word!

    Revenant (7/18/2011)


    bopeavy (7/18/2011)


    SQLRNNR


    bopeavy (7/18/2011)

    --------------------------------------------------------------------------------

    SQLRNNR (7/18/2011)

    --------------------------------------------------------------------------------

    bopeavy (7/18/2011)

    --------------------------------------------------------------------------------

    crookj (7/18/2011)

    --------------------------------------------------------------------------------

    Daniel Bowlin (7/18/2011)

    --------------------------------------------------------------------------------

    bopeavy (7/18/2011)

    --------------------------------------------------------------------------------

    Ray K (7-18-2011)

    --------------------------------------------------------------------------------

    Back!!! (from vacation, that is -- what'd I miss?)

    Foward!

    Fast

    Mmmmaaaaatttttrrriiiiixxxxxx Motion.....

    Stop!

    Start

    Pause --

    Frame Advance

    ...

  • RE: Are the posted questions getting worse?

    Craig Farrell (7/17/2011)


    Brandie Tarvin (7/15/2011)


    The best training I've come across is offered by Four Deuce (http://www.fourdeuce.com/training/publicclasses.aspx).

    Brandie, my apologies, I didn't mean to completely skip this, and somehow I did....

  • RE: Transactio log won't shrink on mirrored database

    Gail and I are both recommending that you avoid shrinking the data file if at all possible. The database claimed that space because it uses it, even if only occasionally....

Viewing 15 posts - 5,536 through 5,550 (of 9,712 total)