SQL variable to hold list of integers

I’m trying to debug someone else’s SQL reports and have placed the underlying reports query into a query windows of SQL 2012. One of the parameters the report asks for is a list of integers. This is achieved on the report through a multi-select drop down box. The report’s underlying query uses this integer list … Read more