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
explain the nature of the assembly work?
Which is better interface or abstract class in c#?
How can I develop an application that automatically updates itself from the web?
What is anonymous types in c#?
What is concrete class in c# with example?
In which format you can pass the value in the sleep function?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
4. Describe the process when we send a request URL? And who is responsible for that?
What are the different types of assemblies available and their purpose?
what is a static constructor?
How to force my .net app to run as administrator on windows 7?
What is xslt in c#?
How can I check the type of an object at runtime?
What is the difference between delegates and superdelegates?
What is use of FormBoarderStyle Propertie