Home Forums SQL Server 2005 Administering Job Fails 1/2 Way Through When Scheduled, Completes Manually RE: Job Fails 1/2 Way Through When Scheduled, Completes Manually

  • I'd be interested in knowing the answer to this because I have a similar problem with a backup proc. I specifically programmed it to catch an error in a TRY/CATCH and then continue. When I run it manually, it works correctly by noting the error in my "run log" table and continues. If I run it as a scheduled job, it fails and quits instead of continuing.

    I know I'm going to feel like an idiot when someone exposes a simple answer for this but that' the tradeoff I'm willing to make for the fix for this problem... if it can be fixed.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)