Forum Replies Created

Viewing 15 posts - 8,926 through 8,940 (of 9,399 total)

  • RE: Moving all Jobs on a server

    Alan.B (9/25/2013)


    In SSMS you can right-click on the job, select "Script Job as" > "Create to" > ("Query Window" or "File"). This will produce the DDL to create each job....

  • RE: Today's Random Word!

    SQLRNNR (9/26/2013)


    Ed Wagner (9/26/2013)


    crookj (9/26/2013)


    Daniel Bowlin (9/26/2013)


    Ed Wagner (9/23/2013)


    JAZZ Master (9/23/2013)


    Revenant (9/23/2013)


    Ed Wagner (9/23/2013)


    jasona.work (9/23/2013)


    Tee Time (9/23/2013)


    Revenant (9/20/2013)


    Ed Wagner (9/20/2013)


    crookj (9/19/2013)


    Ed Wagner (9/19/2013)


    Corruption

    Politics

    Spending

    taxes

    waste

    government

    Abuse

    Impeachment

    Impairment

    Contempt

    Court

    Night "court"...

    Richard Moll (he was the bailiff)

    Bull

    "Final" specifications

  • RE: Query on identical objects different systems, A performs speedy with index seek, B performs poorly with clustered index scan

    You need to find out what the differences are between test and production. Perhaps you have a bad plan cached on production? Perhaps you have a missing index...

  • RE: Today's Random Word!

    crookj (9/26/2013)


    Daniel Bowlin (9/26/2013)


    Ed Wagner (9/23/2013)


    JAZZ Master (9/23/2013)


    Revenant (9/23/2013)


    Ed Wagner (9/23/2013)


    jasona.work (9/23/2013)


    Tee Time (9/23/2013)


    Revenant (9/20/2013)


    Ed Wagner (9/20/2013)


    crookj (9/19/2013)


    Ed Wagner (9/19/2013)


    Corruption

    Politics

    Spending

    taxes

    waste

    government

    Abuse

    Impeachment

    Impairment

    Contempt

    Court

    Night "court"...

    Richard Moll (he was the bailiff)

  • RE: Printed Books Vs E-Books

    Koen Verbeeck (9/26/2013)


    I'm thinking about getting a Kindle. Anyone experience with it?

    I have some PDFs lying around, can it display those as well?

    Is it good for reading technical books (screenshots,...

  • RE: Printed Books Vs E-Books

    I prefer actual books because you can flip back and forth more easily than in electronic media. There's also something nice about unplugging and just getting into it. ...

  • RE: Commenting

    I assume basic SQL knowledge. At the start of most procedures, I state the reason for the procedure - why it exists in the first place. I then...

  • RE: Are the posted questions getting worse?

    GilaMonster (9/25/2013)


    Jack Corbett (9/25/2013)


    GilaMonster (9/25/2013)


    Someone want to add a voice of reason to this?

    http://www.sqlservercentral.com/Forums/Topic1493948-391-1.aspx

    I'd try but that tempDB thread has worn me out.

    Indeed. Though it's good to know...

  • RE: Executing Dynamic SQL

    Nice question. I can't tell you how many times I got hit by that before it was driven into my head! 🙂

  • RE: how to script an conditional update

    No problem. Glad I could help.

  • RE: Create an Alert for ROW Size increase

    GilaMonster (9/25/2013)


    stevewes (9/23/2013)


    our Help desk ticketing application gets lots of email request into a particular table and seem to break when it gets to 100 !! so it's so we...

  • RE: how to script an conditional update

    Is this what you're looking for?

    update dutyrostershift

    set dutyrostershift.savedduty_id = savedduty.id

    from savedduty

    where dutyrostershift.vacationtype = savedduty.name;

    One thing worth pointing out is that savedduty.name is a varchar(20)...

  • RE: CTE

    I've never even considered using a DELETE using a CTE. You made me think about something new, so thank you.

    As for the semicolon before the WITH, that's not necessary....

  • RE: Are the posted questions getting worse?

    GilaMonster (9/23/2013)


    And now that the paperwork has been signed....

    November it's good bye consulting, back to full time grind. Starting at a software development house as a technical lead. Focusing on...

  • RE: Are the posted questions getting worse?

    wolfkillj (9/24/2013)


    paul.knibbs (9/24/2013)


    wolfkillj (9/24/2013)

    A recoilless potato rifle??? That would be AWESOME!!!

    How expensive would the Gyrojet spuds be, though? 🙂

    I'm thinking a model rocket motor embedded in a potato specially carved...

Viewing 15 posts - 8,926 through 8,940 (of 9,399 total)