Splitting

  • Well, All of you suggest to use DTS or BCP option to split the data rather than doing with SQL.

    Thank you for all !

    🙂

    karthik

  • Nuh uh... some of us recommend BULK INSERT... BCP would require a trip to the operating system, possibly via xp_CmdShell... that's why I recommended BULK INSERT. I didn't recommend DTS because of two things... you wanted it done from a query (yeah, rumor has it you can run a DTS job from a query, but not what I think you meant) so BULK INSERT was the best choice, in my humble opinion.

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

  • Sorry for not including your suggestion.

    Well,once again,Thank you for all.

    karthik

Viewing 3 posts - 16 through 17 (of 17 total)

You must be logged in to reply to this topic. Login to reply