Hi,
I have a dts package to import the data from an excel file into the sql server table.
It was working fine until ihad this new sheet and now it has started throwing error
"TransformCopy 'DTSTransformation_1' conversion error: General conversion failure on column pair 1 (source column 'Agent SSN' (DBTYPE_WSTR), destination column 'Agent SSN' (DBTYPE_I8))"
i know it has soemthing to do with my data type in the excel sheet being text and the table datatype in sql is float but what i want to know is how to do the conversion that i dont need to change anything in the excel sheet.
thanks.
--king
I have a dts package to import the data from an excel file into the sql server table.
It was working fine until ihad this new sheet and now it has started throwing error
"TransformCopy 'DTSTransformation_1' conversion error: General conversion failure on column pair 1 (source column 'Agent SSN' (DBTYPE_WSTR), destination column 'Agent SSN' (DBTYPE_I8))"
i know it has soemthing to do with my data type in the excel sheet being text and the table datatype in sql is float but what i want to know is how to do the conversion that i dont need to change anything in the excel sheet.
thanks.
--king