Batch vice insert for large record for insert query
-
Monday, February 25, 2013 8:25 AM
Hello
I want to to insert in batch vice. Meance If I am trying to inserting suppose my changeset has 20000 records for insert then It should do insertion of batch of 500 records for each batch..
I am new in this field.. SO can you please explain me in details & help me how to do that?
Thanks
Regards
Vipul Langalia
All Replies
-
Monday, February 25, 2013 3:07 PM
Hi Vipul;
Linq to SQL does not support a Batch Insert and therefore can not do this.
Fernando (MCSD)
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".- Proposed As Answer by Alexander SunModerator Tuesday, February 26, 2013 1:44 AM
- Marked As Answer by Alexander SunModerator Monday, March 11, 2013 3:13 PM
-
Tuesday, February 26, 2013 12:11 PM
Hi,
It is not possible in Linq to SQL as @Fernando said.
But perhaps, any of these other threads could be useful to you:
Bulk INSERT / UPDATE / DELETE in LINQ to SQL
Regards,
JA Reyes.
Please remember to Vote & "Mark As Answer" if this post is helpful to you.
Por favor, recuerda Votar y "Marcar como respuesta" si la solución de esta pregunta te ha sido útil.- Marked As Answer by Alexander SunModerator Monday, March 11, 2013 3:13 PM

