I have millions of record that I want to insert in mysql table and I am using linq to entity for this. I want that it will use minimum database resource for inserting records.
Any bulk insertion idea that will help me. Please suggest me that how can I use minimum resources.
Thanks