Home Forums SQL Server 2005 T-SQL (SS2K5) trying to export to .CSV with comma delimited AND double-quotes RE: trying to export to .CSV with comma delimited AND double-quotes

  • hugh.hemington (5/20/2010)


    I figured out that I could "can" the views in advance, outside the stored procedure, but I'd still like to use BCP a lot better without so much hassle if possible.

    So any good references on it, with lots of examples would be great!

    Just one example is all that's needed... if it works. 🙂

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