Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: ISNUMERIC() and REPLICATE()

    The answer is not completely accurate stating that 'any string longer than 309' will return zero.

    SELECT ISNUMERIC(REPLICATE('0', 610)) returns '1'.

    Ray

Viewing post 1 (of 1 total)