Click to See Complete Forum and Search --> : Passing multiple values


Tahir
03-23-2000, 10:32 AM
Is there some way to pass multiple values (records) to a stored procedure
without saving them first in a temp. table?

Can we use an API cursor to solve this problem?

Tahir

Michael
03-23-2000, 06:16 PM
SQL Server does have a cursor datatype for passing cursors to stored procedures
but I've never tried it.

I believe the most common approach is to populate a temp. table.

-Mike