Viewing post 1 (of 1 total)
Hey Guys,
I don't believe it is just an issue with a function. For example:
DECLARE @BIN VARCHAR(10)
SET @BIN = '1234567890ABC'
SELECT @BIN
This does not return a truncation error or warning either....
May 20, 2008 at 8:33 am
#817957