If I just execute the SP it will not give a result because it needs the parameter
Here is the error
Msg 201, Level 16, State 4, Procedure Find_Product, Line 0
Procedure or function 'Find_Product' expects parameter '@searchstring', which was not supplied.
If I plug in a value like 11 it...