hi,
could you explain, if and how i can convert this string to numeric?
select isnumeric('-2.11758236814e-10')
tells me, it is a number, but
select convert(numeric(30,15), '-2.11758236814e-10')
Msg 8114, Level 16, State 5, Line 1
Error converting data type varchar to numeric.
thank you
Tobias