RATE THIS ANSWER
0
Click to Vote:
0
0
No, SQL Server doesn't support array's an input parameters. SQL Server 2008 allows you to use a table variable as an input parameter.
Your best option will be to create an XML Document and pass the XML document to the stored procedure, then parse the XML document using
OPENXML within the stored procedure to get it back into a relational dataset.
------------------
Look here:
arrays-in-sql-2000
Last Answered:
Feb 2 2009 5:51 PM GMT by Msi77 
800 pts.
Latest Contributors: Mrdenny
46795 pts.