Loading table with millions of rows and there is one row with bad data. Loading fails, how do you find out which row has bad data?
Loading table with millions of rows and there is one row with bad data. Loading fails, how do you find out which row has bad data?
Share
In ssis we can handle this type of errors in data flow task, there is configured error output. By redirecting rows in sql table or other text file with bad data we can identify those errors