• Loner (7/12/2008)


    The second one was I had to build a data warehouse. I would get data from different outside sources. Each one would give me a text delimited file but with different length and data. Would it be possible to build a dynamic system to read different text files and load into the SQL Server tables? I actually did.

    NOW you're talking! Hey... if you want to write a really cool article, Loner, that would be an outstanding subject!

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