I created SSIS package with simple data flow: Source -> Data Conversion -> Destination tasks.
It pours data from one table to another within the same database.
After running for 3+ hours, it crashed. If I check tab Exceution results, at the end I only see 2 records with their icons marked as red:
Task Data Flow Task 1 failed.
Finished, 3:26:33 pm, Elapsed time: 03:31:36.551
How to find the error record with the reason why it failed?
Thanks