General discussion
June 21, 2002 at 05:26 AM
chrislatray

SQL 2000 — Multiple Stored Procedures

by chrislatray . Updated 24 years, 3 months ago

What is the proper syntax for running simultaneous stored procedures one after the other? For example, I have a simple stored procedure for inserting records into a table. To insert multiple records with different values, I want to run the same stored procedure over and over again . . . unless there is a better way to accomplish the same thing.

Thanks. . . .

This discussion is locked

All Comments