I have to import to SQL server text file with field in exponential format:
|40|10|1|+3.00000000000000E+000|+6.70000000000000E+000|+6.70000000000000E+000|
Is any one aware of the best way to that? To import as CHAR and then convert to numeric? Too many fields to convert! Your help greatly appreciated
|40|10|1|+3.00000000000000E+000|+6.70000000000000E+000|+6.70000000000000E+000|
Is any one aware of the best way to that? To import as CHAR and then convert to numeric? Too many fields to convert! Your help greatly appreciated