Hello everyone,
Is it possible to insert several records with one insert statement in SQL server 7 and or 2000?
Basically instead of inserting every record with one insert in to table A, I wanted to know if I can write the insert statement in a way, so that I could insert multiple records with one insert.
i.e I have one million records that I have to insert everyso often. but it takes a long time with the insert per each record.
Thank you all.
Is it possible to insert several records with one insert statement in SQL server 7 and or 2000?
Basically instead of inserting every record with one insert in to table A, I wanted to know if I can write the insert statement in a way, so that I could insert multiple records with one insert.
i.e I have one million records that I have to insert everyso often. but it takes a long time with the insert per each record.
Thank you all.