1
Answer

SQLBulkCopy Sequence

Photo of Rahul Sharma

Rahul Sharma

10y
1.5k
1
Hi,
 
I've data in data table which I have to insert into a Sql Database Table using SQLBulkCopy.
It is not getting inserted in the same sequence I have it in data table.
But I want to insert it into the same sequence as I have it in data table.
 
Can anyone help me with this ?
 
BR,
Rahul.

Answers (1)