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 |
wat is the main diff between sql server 2000and sql server 2005
What is a dbms wizard?
can we call functions from stored procedure in SQL Server 2005 ? How?
What is the full form of dql?
I have triggers,views,functions,stored Procedures for a table. When I am dropping that table which objects are deleted?
What is split brain scenario in DB mirroring?
What is the use of group by clause?
Give an example of why you would want to denormalize a database
How to create a simple stored procedure in ms sql server?
What will be the maximum number of indexes per table?
could u plz explain about joins and views?
What do you understand by check constraint in sql server?
Oracle (3253)
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)