What options are available in SQL 2005 to pass in multiple values to store procedures
Psuedo codes
In C# code
List myApplicatio
There is no built-in support for arrays in SQL Server 2005 T-SQL, but you can work around this:
Arrays and Lists in SQL Server 2005
How to pass a list of values or array to SQL Server stored procedure?