I want to search for the following string in a SP. How should I go about it?
cal.[dbo].[GetNumberOfWorkingDays]
I did not get expected results when I tried
'%cal.[dbo].[GetNumberOfWorkingDays]%'.
Does it work? : '%cal%GetNumberOfWorkingDays%'