Hi,<br>I am inserting a plain text file into SQL Server using this:<br><br>BULK INSERT ImportData FROM 'C:\IMPORT\TEST.TXT' WITH(FIELDTERMINATOR = '¦',ROWTERMINATOR = '\n')<br><br>However the order of the text file must be kept when imported.<br>Sometimes it seems to get mixed up.<br>I can run this twice in SQL Analyser and get different results, but it generally works.<br><br>Any-one got any ideas about this???<br>