bopritchard
Programmer
i'm running sqlserver 7 and I have a DTS package that transfers data from a flat file into a table in my database...
it keeps barfing trying to copy the date field from my flat file to my database...gives the following error
"Source column too narrow to contain a valid value of destination column's datatype for column pair"
the source file data is in the format 10/21/2003 and the destination field is of type datetime(8)
it keeps barfing trying to copy the date field from my flat file to my database...gives the following error
"Source column too narrow to contain a valid value of destination column's datatype for column pair"
the source file data is in the format 10/21/2003 and the destination field is of type datetime(8)