The file I am working with has about 207 million rows. In SSIS it keeps failing.
The column is too long in the data file for row 1, column 2. Verify that the field terminator and row terminator are specified correctly.
Now when I copy a chunk of rows and place into another txt and import I don't get the error.
I can get the rows into sql if I don't use Bulk Insert and use a regular data flow task.