Is there an easy way to get if string is an integer number (consists only of digits) in MS SQL 2005?
Thank you for your help.
Standart T-SQL function ISNUMERIC ( expression ) Determines whether an expression is a valid numeric type.