sql_language thread: Stored procudures for INSERT commands
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
|





