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 |
Do you know the cursor types?
Does the order of columns in update statements matter?
What do you understand by intent locks?
Explain activity monitors
How to determine the service pack currently installed on SQL Server?
Give me a SQL Query to find out the second largest company?
What is a coalesce function?
What are the recovery models in sql server 2000?
Explain about Joins?
What is the sql server 2000 version number?
What are the steps to follow to configure SQL*Net?
Do you know what are the steps to process a single select statement?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)