Home Forums SQL Server 7,2000 T-SQL Need Split delimiter string into columns Solution RE: Need Split delimiter string into columns Solution

  • gauravupadhyay2009 (4/26/2013)


    Thanks a lot for writing this wonderful SQL Code. it gave me relax that i could not get 2 days.

    i used this code in BULK Insert from .txt file data.with delim (|) .

    thanks again

    Gaurav Upadhyay

    India

    Why would you need to use any of the code on this thread if you used BULK INSERT? And if the code is the WHILE loop code, you may have built in a bit of a performance problem into your code.

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