I need to import some comma delimited data into a table, BUT I need it to enter in arival order. Currently, I can use or setup the bcp or Bulk Insert and pull the data and it is listed in the Table in random order. What I need is data that is stored in the following format...
REC 1
REC 2
REC 3
REC 4
.
.
.
REC
to arrive in the SAME format, not random like...
REC 1
REC 3
REC 2
REC 4
.
.
.
REC
Any suggestions as to how I can accomplish this?
Thanks!!
Rick
REC 1
REC 2
REC 3
REC 4
.
.
.
REC
to arrive in the SAME format, not random like...
REC 1
REC 3
REC 2
REC 4
.
.
.
REC
Any suggestions as to how I can accomplish this?
Thanks!!
Rick