My apologies for posting off topic, but I'm not sure where to ask this (and
I know there are some SQL gurus in here). :)
I want to insert multiple records into a database in one whack without
looping. Something along these lines:
INSERT INTO myTable (myField) VALUES ('abc'),('cde'),('def')
I believe this syntax is supported by MySQL, but not SQL Server. Is there
an equivalent for SQL Server?
Any help is greatly appreciated.
Thanks,
Peter Foti