I am using ...SqlBulkCopy... to import data from Oracle 11g source to MS SQL Server 2012. But one of the ...NUMERIC... columns in Oracle contains values like 53682.0(~35times)1, 263.9(~32times). The target column in Sql Server is currently a ...FLOAT... d...