• I can create a Round Robin that shows the weekly schedule or just a schedule for a day in SQL and in a set based fashion. I just haven't found a way to "jostle" things in a set based fashion so that thing work out like they might on a bowling league schedule which moves the "fixed point" across lanes each week (which also has some serious positional flaws for lower numbers of teams).

    Are you interested in just being able to produce the schedule without proverbial "lane assignments"?

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