Hi,When a bulk insert is done from a flat file or a xls file, how do u ensure the rows are added in the same order as they are in the xls file?Basically, I want to load the data into a table which has an identity column which would need to store the rownumber of each record in the original flat file or xls file.Thanks.
↧