How can one pass a parameter into a stored procedure where the parameter is an indirect reference, not a value itself...
For example, in the SP, we would like to receive a parm, defined as @strList varchar(100), which will be in the form of various values....' '66', '67', '68' '...so on. The...