• 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