Hi,
I am working on a POC to load data from CSV files into the SQL tables. I am using the SQL Bulk Insert command inside the EXECUTE SQL TASK instead of the SSIS' Bulk Insert Task is that I have the flexibility to identify and capture the Error rows. But with this decision I am dealing with its own share of problems.
I can think of using the SSIS Bulk Insert Task if I am able handle and use the error rows as well. Is there a way to do this?
Cheers!! Sumit Bhatnagar