Viewing post 1 (of 1 total)
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
July 6, 2009 at 1:52 am
#1020235