If this was a SQL Server group, I'm sure someone would tell you that
there's no such thing as a natural order in any database (at least not
a predictable and reliable one).  If you want to maintain order based
on the order that a record was inserted, your best bet is to use an
IDENTITY column.

However, since this isn't a SQL Server group, you may not get that
answer here...

On Nov 3, 5:47 am, QC <[EMAIL PROTECTED]> wrote:
> Hello Friends,
>
> Is there any way to maintain the same order which is exist in flat
> file while importing data to SQL Server using bulk insert.
>
> Thanks in advance...

Reply via email to