Viewing post 1 (of 1 total)
I think this handles all values that will convert to float (except those that use 'D' for scientific notation):
create function dbo.fn_to_number
(
@num varchar(64)...
March 12, 2009 at 9:16 am
#958411