Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Function execution

    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....

Viewing post 1 (of 1 total)