How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / raja
simply you can use sqlbulkcopy to copy entire set to
database.
or
send datatable as a parameter to the stored procedure, in
SP simply u can merge the table with actual table.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How do you determine whether a string represents a numeric value?
What is an enumerator c#?
Is char * null terminated?
How do I use the 'using' keyword with multiple objects?
What is the difference between xml documentation tag?
Is c# used for frontend or backend?
Can we have multiple threads in one app domain?
What is the meaning of int parse in c#?
Can a struct inherit from another struct or class in c#?
Is ram a heap?
explain the nature of the assembly work?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What is visual c# net?
What do you mean by casting a data type?
What does return do in for loop?