Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: ISINTEGER function

    How do you take care of Maximum integer value ?

    SELECT dbo.fn_ISINTEGER ('1234567891002')

    gives 1 saying that it is valid int, but

    SELECT CONVERT(INT,'1234567891002')

    throws error

Viewing post 1 (of 1 total)