BULK INSERT Problem

  • Hi,

    I am using BULK INSERT to insert a file into table. I need to add two more column in the table. one for my own data which is common to all rows. and CURRENT TIME STAMP in another extra cloumn. How to do this.

    Thanks and Regards,

    Narayanan. G

  • Add two columns to the tables, specify default constraints, use a format file with bcp or specify which data from the file goes to which columns.

    bcp/BULK INSERT is not a transformation tool. It's a high speed load tools. IF you need to transform data, use SSIS/DTS.

Viewing 2 posts - 1 through 2 (of 2 total)

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