Forum Replies Created

Viewing 15 posts - 14,716 through 14,730 (of 22,211 total)

  • RE: Try Catch alters behaviour of existing procedures

    doobya (7/7/2010)


    Grant Fritchey (7/7/2010)


    You're dealing with a fundamental change in behavior. If you're raising errors inside the procedure, the errors are recognized by the TRY/CATCH construct, as designed. That's how...

  • RE: Try Catch alters behaviour of existing procedures

    You're dealing with a fundamental change in behavior. If you're raising errors inside the procedure, the errors are recognized by the TRY/CATCH construct, as designed. That's how it's supposed to...

  • RE: backup Issue

    Sounds like the database might be in FULL recovery mode but you don't have log backups running, or possibly, the log backups are not running frequently enough.

  • RE: Try Catch alters behaviour of existing procedures

    But if you have pre-existing procs with established and functioning logic, why are you changing them to use TRY/CATCH at all? I would only suggest rewriting them as needed and...

  • RE: Linked server limitation?

    There are limitations. One of the first you'll need to take into account is the fact that the transactions are running through DTC as distributed transactions. That alone limits what...

  • RE: Indexes suggested by dm_db_missing_index_details

    muzahm (7/7/2010)


    Hi,

    Is it a good idea to blindly apply all the indexes suggested by dm_db_missing_index_details.

    To put it in other way, does dm_db_missing_index_details suggest you all the indexes that you database...

  • RE: Are the posted questions getting worse?

    WayneS (7/6/2010)


    Jeff Moden (7/6/2010)


    CirquedeSQLeil (7/6/2010)


    WayneS (7/5/2010)


    Since there's a bit of talk going on about topics to present and such, I'd like to get some input from some of the Threadizens...

    I've...

  • RE: Difference between BEGIN | END and BEGIN TRANS | COMMIT TRANS

    HardCoder (7/6/2010)


    Gianluca Sartori (7/6/2010)


    BEGIN / END delimits a block of code, without controlling a transaction. If not already inside a transaction, each statement will execute in an autonomous transaction. Typically...

  • RE: Data Callection

    I've only used it in testing, like yourself. I've found that it doesn't grow any worse than other monitoring software that we use (Idera & Microsoft Operations Manager). It just...

  • RE: SQL 2005 Standard Trace Template

    Gail's already pointed you to the best resource, Books Online, but the second best resource on the general topic of Trace, Trace Events and the Profiler is Brad Magehee's book.

  • RE: Simulation of blocking

    derkin (7/6/2010)


    Perfect, worked like wonder.

    Thanks. 🙂

    Which of the three answers helped? Just asking so someone else finding this thread on a search knows how to solve their problem too.

  • RE: Are the posted questions getting worse?

    WayneS (7/5/2010)


    Since there's a bit of talk going on about topics to present and such, I'd like to get some input from some of the Threadizens...

    I've been contemplating making a...

  • RE: Are the posted questions getting worse?

    GilaMonster (7/3/2010)


    I've never done anything longer than a half-day training session. I'd be very nervous submitting for a full-day precon.

    I've done multi-day training sessions... with secretary's & other non-technical people....

  • RE: Are the posted questions getting worse?

    Steve, I will be submitting an abstract for a pre-con at the Spring PASS event.

  • RE: Are the posted questions getting worse?

    Jeff Moden (7/2/2010)


    Hey Grant! What day is your local Pass meeting on in July? I'm going to be in lil' Rhody from the 11th to the 17th and...

Viewing 15 posts - 14,716 through 14,730 (of 22,211 total)