Hi,
I am trying to pass an array as a parameter to a SP. Meaning: I have some ids, let's say 3,4,5 and I want inside the SP to look for them and populate a temporary table.Finally, I want to retrieve the data from the temporary table with a simple select.
How can I pass an array to the SP?
Thanks a lot