Quantcast
Channel: SSIS: Checking for IsNumeric()
Viewing all articles
Browse latest Browse all 11

re: SSIS: Checking for IsNumeric()

$
0
0

Andy,

I tried the trick with converting to an int and back, but I found a problem, when the number started with zero.

Testing '012' resulted in not numeric, as '012' <> '12'


Viewing all articles
Browse latest Browse all 11

Trending Articles