Insert entire line into one column of the table

  • I convert EBCDIC file to text file at C:\order\order.txt. There are about 1400000 rows. The length of line is 1500.

    How to insert entire line into one column of the table? (only one column, named as [LineDetail])

  • Create a table with a varchar of 1500 (or more) in length. You can insert with BULK INSERT or SSIS (or the import wizard). Map each line, no delimeter, to the column.

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

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