Hi,
I have a DTS that should transfer data from a dbf file to sql server. I am running into a problem when passing a date column. The err states that there is a problem with the source column.
I have tried to run it from different computer an there it worked just fine, So I have checked the date and time configuration of the computer and seemed the same.
Due to that problem what I have tried to do is transfer the date column to a char(10) column in the destination table and than tried to copy this column into another one (a datetime column). This time I have got Out-of-range err.
Is there any solution to this problem?
I have a DTS that should transfer data from a dbf file to sql server. I am running into a problem when passing a date column. The err states that there is a problem with the source column.
I have tried to run it from different computer an there it worked just fine, So I have checked the date and time configuration of the computer and seemed the same.
Due to that problem what I have tried to do is transfer the date column to a char(10) column in the destination table and than tried to copy this column into another one (a datetime column). This time I have got Out-of-range err.
Is there any solution to this problem?