Hi,
I am loading a flat file into SQL table through DTS package. The data looks like as follows..
123 1/1/05
123 1/2/05
234 1/3/05
234 0/2/05
234 1/6/05
It is two field data. The second field is defined as Date data type. If there is a date value coming as 0/2/05 in the data file, file stops loading. Is there any way I can make DTS continue loading the rest of the data (Even there is a type mismatch for one record) and report the details of the bad statement in an exception file?.
In the above case first 3 records and 5th record should be loaded. The details of 4th record should be reported in the exception file.
Any help is appreciated.
I am loading a flat file into SQL table through DTS package. The data looks like as follows..
123 1/1/05
123 1/2/05
234 1/3/05
234 0/2/05
234 1/6/05
It is two field data. The second field is defined as Date data type. If there is a date value coming as 0/2/05 in the data file, file stops loading. Is there any way I can make DTS continue loading the rest of the data (Even there is a type mismatch for one record) and report the details of the bad statement in an exception file?.
In the above case first 3 records and 5th record should be loaded. The details of 4th record should be reported in the exception file.
Any help is appreciated.