• CELKO (3/3/2015)


    We do no use assembly language bit flags in RDBMS. Please read:

    https://www.simple-talk.com/sql/t-sql-programming/bit-of-a-problem/

    You do not think in predicates yet and probably do not understand 3VL.

    While what you say is absolutely true, there are so many nice ways to say this and so many ways to make this useful and you managed to avoid all of them.

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