I want to insert bulk data without using txt file

  • i want to insert bulk data in one field in a table without using txt file directly using insert statement .plese reply me.

  • Hard to tell what you're trying to do...

    Please provide more details.

    Especially the following phrase is unclear (at least to me...): "without using txt file"



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • thummalalavanya (2/26/2010)


    i want to insert bulk data in one field in a table without using txt file directly using insert statement .plese reply me.

    OPENROWSET or text based linked server. It'll be a whole lot slower than using BULK INSERT with a properly setup format file, but it's what you ask for.

    --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)
    Intro to Tally Tables and Functions

  • thummalalavanya (2/26/2010)


    i want to insert bulk data in one field in a table without using txt file directly using insert statement .plese reply me.

    Do you mean: You want to copy lots of data from one column in a table to a different table? Is that it?

Viewing 4 posts - 1 through 3 (of 3 total)

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