or you could pass it in as a comma delimited varchar parameter and convert it to comma delimeted intsOriginally Posted by mendhak
If you need help writing a function to convert it from varchar's to ints let me know, I think I have one laying around somewhere.Code:SELECT EmployeeID FROM EmployeeProjectAssignment WHERE ProjectID in (123, 312,124,125)
Keep in mind the varchar is limited to 8000 so it won't scale past that.




Reply With Quote