User632428103 posted
Hello all,
@dlChase -> in a project i have done this , pass a long string with comma separated
split all, insert the result into temporary table
and finish by a select where field in (select field from the temp table)
For to split the parameter who is pass into your store procedure, there is a split function on google you can find the code easy.