How can we insert 100 records @ a time without using for loop into the databse
Answer Posted / natraja
convert your data as XML and use OpenXML concept in your sp
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are extensions methods in c#?
What is the difference between list and array in c#?
What is difference between a constant and read-only in C#?
Is int a struct in c#?
What issues can be faced while delivering code?
What is dynamic in c#?
Is c# int immutable?
Explain when should you call the garbage collector in .net?
What is predicate builder?
What is a service layer c#?
What are c# i/o classes?
What is data type c#?
Is int an object in c#?
Is javascript harder than c#?
What's the implicit name of the parameter that gets passed into the set method/property of a class?