Wrox Home  
Search P2P Archive for: Go

  Return to Index  

sql_language thread: Stored procudures for INSERT commands


Message #1 by "Brandon Duncan" <bduncan@p...> on Thu, 22 Jun 2000 21:16:56
Does anyone know if a stored procedure can be used to send a dynamically 
created list of INSERT commands to a database?

I'm asking because I've heard that stored procedures are fast, but the only 
examples I've seen are of procs which either return recordsets or pull data 
from one table into another.  I have a variable amount of INSERT commands 
containing freshly created records which I wish to get into the database as 
quickly as possible.

Can anyone help me?

Brandon

  Return to Index