Possible Duplicate:
SQL query filtering by list of parameters
I have a method ADO.NET that passes an array of strings, a name, and an array of ints to a stored procedure. I can do that one at a time but I want to pass them along all at once .. is it possible?
Using SQL server 2008
Thanks