• Slick84 (8/10/2009)


    So...why exactly is this happening? I thought the whole 'This is a test string' without the quotes would show up in my result-set.

    If you'll notice, the parameter to the SP is limited to a length of 4 characters. Therefore, the value passed in gets truncated to a maximum length of 4 characters without any warning or notice. It can cause some nasty side-affects if something down the road is dependent upon that parameter.