Is there an easy way to figure out if a varchar is a number?
Examples:
abc123 --> no number 123 --> yes, its a number
abc123 --> no number
123 --> yes, its a number
ISNUMERIC will do
Check the NOTES section too in the article.