I am creating a stored procedure to which I want to pass as variable a comma delimited list of Ids. I want to use the Ids into a select statement, something like:
One way could be split and insert the ids into a tempory table and than use SQL IN clause...