I am passing A muli select paramater from ssrs to a stored procedure.
Within my stored procedure I am using the splitlist function to separate the values.
However the error I get is Invalid object name 'SplitList'.
WHERE @Location is null or L.LocationDWID IN (SELECT * FROM SplitList(@Location,','))
Thanks in advance for your help!!!
Within my stored procedure I am using the splitlist function to separate the values.
However the error I get is Invalid object name 'SplitList'.
WHERE @Location is null or L.LocationDWID IN (SELECT * FROM SplitList(@Location,','))
Thanks in advance for your help!!!