• Ed Wagner - Thursday, February 23, 2017 3:39 PM

    I do BULK INSERT all the time, but not on SQL 2016 yet.  I hope they didn't break what was already there and worked so well.

    The CSV functionality won't be available in normal 2016.  It will only be available in VNext initially.  I'm kind of happy about that.  Let them do their experiment in something other than what I'm setting up to use this year. 😉

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