I have a DTS job which fails due to the following error:
The number of failing rows exceeds the maximum specified.
TransformCopy 'DirectCopyXform' conversion error: Conversion invalid for datatypes on column pair 3 (source column 'Soc Sec #' (DBTYPE_WSTR), destination column 'SSN' (DBTYPE_I4)).
Can anyone point me in the right direction as how to correct this? I am importing from an excel spreadsheet into a SQL database
The number of failing rows exceeds the maximum specified.
TransformCopy 'DirectCopyXform' conversion error: Conversion invalid for datatypes on column pair 3 (source column 'Soc Sec #' (DBTYPE_WSTR), destination column 'SSN' (DBTYPE_I4)).
Can anyone point me in the right direction as how to correct this? I am importing from an excel spreadsheet into a SQL database