I want to create a procedure which takes one input parameter(@name) and list all the fully or partially matching results. I used
SELECT * FROM Table1
WHERE Name LIKE @Name
but it didnt work. Can you help plz?
Last edited by peter_budo; Sep 7th, 2009 at 12:43 pm. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.