how do we insert 100 records at a time in a table without
using for loop in database
Answer / 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 |
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
What are the differences between decimal and float in ms sql server?
List some major differences between triggers and stored procedures?
What is the difference between mysql and mysqli?
Do you know nested transaction?
What is a database table?
What is a bit datatype?
How to insert data into an existing table?
From where can you change the default port?
Where in ms sql server is ’100’ equal to ‘0’?
Can a function call a stored procedure in sql server?
How can a user-defined datatype be created?