Viewing post 1 (of 1 total)
Pass them in as XML and then read the XML into a temp table.
<PARMS><VAL>A</VAL><VAL>B</VAL>.....</PARMS>
On how to read XML look up
EXEC sp_xml_preparedocument and sp_xml_removedocument
Thanks.
June 15, 2006 at 2:34 pm
#644080