How to parse comma delimited string into IN Clause in SQL Server

Published Thu, Dec 13 2012 16:22
Hi Folks, Today i was trying to pass multi-value parameter into my select query in SQL Server. To accomplish this i stored the multi-value parameter in a comma delimited string. Then, i want to pass it in my IN clause of the select statement. here is Read More...

Read the complete post at http://moustafa-arafa.blogspot.com/2012/12/how-to-parse-comma-delimited-string.html