Friday, March 9, 2012

passing a column of values to the stored procedure

how can i send a column of values to the stored procedure for filtering that stored procedure values...?

Hi,

have either a look here:

http://www.sommarskog.se/share_data.html

or if you have a delimited string to pass to the prcoedure you can take the function here to chop the values out and get a table with values back that you can join.

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=320221&SiteID=1

HTH, Jens Suessmeyer.

http://www.sqlserver2005.de

No comments:

Post a Comment