How to pass multiple values to single parameter in stored procedure

后端 未结 5 766
野趣味
野趣味 2020-12-30 06:54

I\'m using SSRS for reporting and executing a stored procedure to generate the data for my reports

DECLARE @return_value int

EXEC    @return_value = [dbo].[         


        
5条回答
  •  失恋的感觉
    2020-12-30 07:26

    I spent time finding a proper way. This may be useful for others.

    Create a UDF and refer in the query -

    http://www.geekzilla.co.uk/view5C09B52C-4600-4B66-9DD7-DCE840D64CBD.htm

提交回复
热议问题