Check string contains numbers in T-SQL

praveenbattula.blogspot.com — I know this is looking very simple when we read. But, I had a requirement where I need to filter strings from string data type column in T-SQL. Means, some strings in database having numbers in them, and I need to get them out and do some processing. When I started implementing this, I had so many ideas and thought like, looping through all... Aug 17, 2010 View in Crawl 4