I can't figure out an SQL script that will import data from a text file to a SQL 2005 DB. I have tried using 2005 integration manager with no luck.
The 'serialnumber' field will be my key column/field, that I want to use to match to and the the 'UDF_53300' is the column/field that I want updated.
The UDF_53300 is a datetime field and the 'serialnumber' field is varchar.
SerialNumber,UDF_53300
109PYC1,5/14/2007
10TK421,12/7/2002
1166R31,11/11/2003
11VZ421,12/9/2002
Start Free Trial