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
What is anonymous method in c#?
Why do we need dependency injection in c#?
What is session state in asp net c# with example?
What is the full form of GAC? Explain its uses?
Is c# scripting language?
Which programming language is best for desktop applications?
Write a syntax for writing a event delegate.
What is the meaning of extention?
How to prevent the error while updating ui control from another thread?
What are the benefits of using windows services:
What is xml comments in c#?
In .NET which is the smallest unit of execution?
What is Event - Delegate?
What are the boolean data types in c#?
What is yield break in c#?