in clause in stored procedures
satya - Fri Nov 16 2012 12:45:01 GMT-0500 (Eastern Standard Time)
How to pass arguments to in clause in sql server stored procedures?
How to pass arguments to in clause in sql server stored procedures?
Search for: How to pass arguments to in clause in sql server stored procedures?
satya - Fri Nov 16 2012 12:47:52 GMT-0500 (Eastern Standard Time)
Here is some discussion on stack overflow
Here is some discussion on stack overflow
Suggestion is to use the split function into a temp table and use the temp table as the target of in clause. Now I remember. It has been a while.