• I have to say "it depends" on what the app is supposed to do (including "scale") and how specialized it needs to be. Having written a small and specialized "data engine", including my own sort routines, clustered and nonclustered indexes (non B-Tree), date/time functions, etc, etc, I might not even use a database engine. Of course, I'd also have to weigh out whether doing such a thing were cheaper than buying SQL Server and what the hidden cost of people hating proprietary databases might be. They might not buy the product unless it uses a recognized/established dtabase engine.

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