There is no array variable, single or multi-dimensional in SQL Server. Download scripts from the following links to see ways to handle delimited strings as arrays.
If you are fimilar with ADO, you can use ADO to create a temporary table which you could load with your array. In the stored procedure you could read the values out of the temporary table and then drop the table when you are finished.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.