Is it possible to pass an array of unknown size (runtime) to a MSSQL stored procedure ?
We have a complex database-side series of operations that need to occur and need to pass many (1,000+) GUID's to the sproc. What is the best way to handle this?
Either pass an XML string of values, or a string of comma separated values.
Please check out this link