Best way to read "Ragged-Right" file for parsing? -
10-05-2004
, 05:21 PM
What is the best method to read a ragged-right type file for parsing if I'd
also like to use an IDENTITY column to order the rows? I need to parse some
log files that have several rows grouped together with no link between the
rows. It seems that I should be able to read this in through Bulk Insert or
similar and skip the PK/Identity column in the table.
Any ideas from someone who's been there?
Thanks.
-Pete Schott |