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
Howmany five tracing levels in System.Diagnostics.TraceSwitcher? Why they are using?
What is the implicit name and type of the parameter that gets passed into the class set method?
Why do we use virtual methods in c#?
What is the benefit of using interface in c#?
How do I create a delegate/multicastdelegate?
What is regex replace in c#?
Explain the difference between and xml documentation tag?
Can you pass parameters to destructors?
What do multicast delegates mean?
Explain the security with aop?
How can you read 3rd line from a text file?
What are the advantages of properties in c#?
What is the use of getcommandlineargs() method in c#.net?
What are PE(Portable Executable)?
What are the types of attributes in c#?