How can we insert 100 records @ a time without using for loop into the databse

Answer Posted / vinodh kumar

if you are inserting values from another table. then you can use this.

insert into table name
select <columns> from <table1>

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we need static class in c#?

566


What is jagged array in c#?

541


What is use of a HashTable in .NET?

692


What is private static in c#?

470


How will you deploy the dll file in gac?

479






What are the generation of Garbage Collection in C# .NET ?

549


What does ienumerable mean?

472


what is the scope of anonymous type ?

576


What is difference between Trace and Debug

544


What is dataadapter c#?

474


You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?

597


What do u meant by "SBI" of an object?

529


Why do we need private constructor in c#?

457


What debugging tools come with the .NET ssSDK?

683


What is the benefit of using interface in c#?

490