Is there a way to pass the array of values to the IN section of a SP as a single paramter for SQL Server 2005?
Ex: Select * from MyTable where ID IN(@MyValueArray)
Is there a way to pass the array of values to the IN section of a SP as a single paramter for SQL Server 2005?
Ex: Select * from MyTable where ID IN(@MyValueArray)