• Yes, and consider using a temp table instead of a table variable. The former has statistics on it and so you're likely to get a better query plan, especially if there are a large number of elements in your delimited lists.

    John