I am trying to import a text file into a SQL Server table.
My package runs fine and imports the data into the table, however I am finding that it is not importing 1 row.
For instance the total number of rows processed is 56610 and the SSIS Pipeline Information wrote 56109.
Does anyone know how I can resolve this, so it imports all the rows.
Thanks