Viewing post 1 (of 2 total)
I was just trying and found that case sensitivity and space problem can be solved at the same time by the following code.
DECLARE @a varchar(10),@b varchar(10)
SET @a='a '
SET @b-2='A ...
July 16, 2008 at 8:57 am
#843844