I am trying to import a flat file into a new table and I need the records to insert into the table in the same order they appear in the file. There are about 30,000 records total, and I think they start getting out of order in the 20,000 or so. I am importing the file into a 1 column table [i.e. create table tmp ( col001 varchar(133) ) ]. I have tried using both BCP and Bulk Insert. Does anyone know how I can eliminate the records from becoming disordered?
Thank You,
Charles
Thank You,
Charles