Viewing post 1 (of 1 total)
great tips!
you can also convert the array send by reporting services with this code in your stored procedure.
SET @MyArray= Char(39) + Replace(@MyArray,',',Char(39)+','+Char(39)) + Char(39)
if you choose the following value in...
April 21, 2009 at 1:05 am
#981219