Home Forums SQL Server 2005 Development Converting sequential time records into IN and OUT times RE: Converting sequential time records into IN and OUT times

  • Thanks for the feedback.

    Two things, though...

    1. You're the one that has to support it. Do you understand how it works?

    2. I'm also still greatly concerned about the people who may punch in late on one day and punch out in the wee hours of the next day which would throw this whole method on the floor. If it were me, I'd spend some time on the detection of that particular problem because it's going to happen when you least expect it.

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