A
Andrew Robinson
I have a table of about 20-200 rows that I would like to pass to a stored
procedure as a parameter. Don't need any results back. the table will be in
a known format to the sproc. This is not really an insert or update function
as the sproc will process these values, but the data does not get stored as
is in SQL. The sproc may perform a series of other updates as a result of
these parameter / values.
Basically a table as a parameter.
Kind of the opposite of what I normally do with a table or dataset.
Maybe I am making more of this that need be or missing something obvious?
Sorry for the vague question.
-Andrew
procedure as a parameter. Don't need any results back. the table will be in
a known format to the sproc. This is not really an insert or update function
as the sproc will process these values, but the data does not get stored as
is in SQL. The sproc may perform a series of other updates as a result of
these parameter / values.
Basically a table as a parameter.
Kind of the opposite of what I normally do with a table or dataset.
Maybe I am making more of this that need be or missing something obvious?
Sorry for the vague question.
-Andrew