kermitforney
Technical User
Having a simple issue that I can't solve. When a parameter is passed via the stored procedure I have created, the value passed (varchar) has the correct quotes around when viewed via SQL Profiler. Somehow the quotes are removed when the parameter is used in the body of the procedure, so I recieve a syntax error.
Any ideas . . .
Ex.
Any ideas . . .
Ex.
Code:
exec stpGetJob
@lngJobID=4,@lngTerrID=-1
,@strAssignedRecruiter=N'Christina Caveat'