![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have data coming from a text file that has dates incorrect (ex: 04-2-1493) which should be 04-2-1943. The table it is going into is a datetime field and spits out an error when it comes to these record (seems to be over 1000 + records). How should I handle that in a DTS process, should I just make the column it is going into a varchar(10) or deal with it as it goes in. I definitely want that record to go in since I am reliant on the other information in that record and since there are over 1000 records with the same error (typos)? Thanks |
#3
| |||
| |||
|
|
I have data coming from a text file that has dates incorrect (ex: 04-2-1493) which should be 04-2-1943. The table it is going into is a datetime field and spits out an error when it comes to these record (seems to be over 1000 + records). How should I handle that in a DTS process, should I just make the column it is going into a varchar(10) or deal with it as it goes in. I definitely want that record to go in since I am reliant on the other information in that record and since there are over 1000 records with the same error (typos)? Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |