Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how do we insert 100 records at a time in a table without
using for loop in database

Answer Posted / prashant

FOR SQL Server only -
That depends on where your data (100 rec) is

If it's in a txt file, you may try SQLBULKCOPY:
http://msdn.microsoft.com/en-us/library/7ek5da1a.aspx

else, you may try Data Flow task in SQL Server Integration
Service (SSIS) to upload the data from other source.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Improve the performencs of SQL Server 2005 exclude stored Procedure and Indexes?

2058


Explain mixed authentication mode of sql server?

1115


What do we have to check in database testing?

1055


What does it mean to manipulate data?

1048


How to use subqueries with the in operators in ms sql server?

1123


What are the new scripting capabilities of ssms? : sql server management studio

1116


What is row_number()?

1048


What happens if you insert a duplicate key for the primary key column in ms sql server?

1023


if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration

1037


What is the purpose of linked server configuration in sql server?

1089


What is @@error in sql?

1106


What is the current limitation of the size of SQL Azure DB?

129


What are the indexes in sql server?

1182


code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that

2252


Define right outer join?

1016