I need to send multiple rows to a stored procedure that is written to receive one record at a time. I can use a cursor, but would prefer to see if there are other options.
Are there other options to send multiple rows to a stored procedure for execution, or is cursor the only way ?