• NoSQL types of databases may, in fact, be the answer. Now, lets figure out what the question is. 😛

    If you need a database that is essentially nothing but a place to store and retrieve data to and from, like some lightweight desktop application or perhaps a smart phone application or simple inventory for a refrigerator application (yeah, they're here), the NoSQL database types may, in fact, be the way to go.

    Change your requirements to something that has to support thousands of users on a system that has mega-row reference tables and giga-row main storage tables and, you're correct, NoSQL probably isn't going to hack it.

    Like everything else in our business, "It Depends". 🙂

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