Hello Everyone,
I need to insert around 65000 records to my database.
Please help to improve performance.
Currently I am calling Insert for every record one by one.
65000 insert call is badly slow. The data is currently available in an array.
Thank you.
Kind Regards
Som
I need to insert around 65000 records to my database.
Please help to improve performance.
Currently I am calling Insert for every record one by one.
65000 insert call is badly slow. The data is currently available in an array.
Thank you.
Kind Regards
Som