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. . . .