Community

Inserting Multiple Rows before SQL Server 2008

(Richard Carr) Prior to SQL Server 2008 it is not possible to provide multiple sets of raw data to an INSERT statement to create more than one row in a table. However, it is possible to insert a query’s results into a table. This can be used to add several rows at once.

Read More - Register for Free Membership