Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL-Performing Multiple Inserts in Stored Procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-02-26 : 23:20:11
KIRA writes "Is there a straightforward method for 'chaining' insert statements to add multiple rows to a table? I am trying to find the best way to add four rows of data to a table in succession using a stored procedure. The individual insert statement makes sense, but how can I do four of these in a row?

Thanks,

K"
   

- Advertisement -