Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alexlush

  1. alexlush

    Using multi valued parameters with stored procedure

    Morning All, I have a SSRS Report that is using a stored procedure as the data source. I want to be able to pass multiple values to the SP to filter the results for specific Product Codes. I have the WHERE clause in my SP as: WHERE myfield IN (@ProductCode) However this doesn't work (returns...

Part and Inventory Search

Back
Top