I have a OLEDB source with sql query. i am writing code to fetch data from a table. Also it has some conversions (varchar to datetime). When random data comes like 99999999, its not able to convert the value to datetime and it fails. Is it possible to handle such rows and redirect them to some error output?
Note - i tried error output option, but it doesnt works are the source query itself fails and entire package fails because of it