In the procedure we are just returning the value of the parameter. How ever the results are different for the following queries. Why does this hapen?
exec GetItemQtyOnHand @itemCode=N'173YU25HNBRMSB'
exec GetItemQtyOnHand @itemCode='173YU25HNBRMSB'