Browse by Tags

Enhanced ISNUMERIC() Function
15 July 07 02:14 AM | Madhivanan | 0 Comments   
It seems often users want to check whether the data has only numbers in a varchar type column. The commonly suggested one is to make use of SQL Server's ISNUMERIC() function. But the problem in using that function is that it will treat some alphabets, Read More...