Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, I want to do a bulk insert of around 25k records into sqlserver databse . I am using asp.net1.1 thanks
rajmani wrote: I want to do a bulk insert of around 25k records into sqlserver databse .
rajmani wrote:
I want to do a bulk insert of around 25k records into sqlserver databse .
:confused:
for(int i=0;i<=YourValue;i++) { //Prepare your insert query //Pass query to command object }
My Website | Ask smart questions