• henrik staun poulsen (7/8/2008)


    apart from the special scheduling (2:00 to 8:00) it looks as if it has more features than your procedure.

    Which is why some people are driven to write their own. 😉

    @Kobus,

    That does bring up something important though. The article text says "2 to 4" but the code is actually setup for "2 to 8". If you have this code in production, that may cause you a problem sometime in the future.

    --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)