• Having time to innovate is a wonderful thing but what I'd really like to see is for people to actually learn the tools they're using so they don't have to spend so much time innovating a solution that's already available.

    My favorite and, possibly, most outrageous example of such "innovation gone wild" is the fellow that submitted a CLR that he wanted me to install on one of our servers. It seems that he didn't know how to do a modulus in SQL Server so wrote a CLR to do 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)