purpleplane
Programmer
I have a dts package that reads a text file and inserts it into a table in mydatabase the fields with datatype int are erroring out. I cant go from text to int in sql server. Would the best way to handle this be a temp table, making the int feilds char in the tmptable then insert into the table from the tmptable because char to int is explicit?