
Pass Comma Separated Values as a Parameter to an SQL Stored Procedure
There will be times when you need to pass a list of values as a singular parameter to an SQL Stored Procedure. Problem is: SQL doesn’t support this. You will need to create a separate function to split the input (the supplied) string and then pass it to the desired