I want to run a query like this:
SELECT * FROM Studio WHERE Id IN (134, 144, 132, 138, 7432, 7543, 2566)
but the amount of Id<
Solution described here:
Arrays and Lists in SQL Server 2005
An SQL text by Erland Sommarskog, SQL Server MVP
http://www.sommarskog.se/arrays-in-sql-2005.html