Hi,
is it possible to use wildcards with Parameter stored procedure and pass somthing like 415% as the parameter to the SP.
I am trying it but it doesn't work.
I use the Query Analyzer and run the SQL Statment of a Stored Procedure with a WHERE statment and wildcards, it works, but when I try to pass the same value as a parameter to a SP it fails.
Can any one help me?
Thanks