Hi
can anyone help me with a stored procedure. i need to pass an array of data to the procedure as parameter so that i can use it in the IN condition
for ex. "WHERE ID IN(@ID)".

Thanks