Month: August 2014

IsInt and IsDecimal from IsNumeric

FortuneCookieNumbers

In TSQL IsNumeric evaluates data to see if it can be cast as any of ten numeric types of data: int, numeric, bigint, money, smallint, smallmoney, tinyint, float, decimal, real. The problem is that most of the time what we

Top