I have 297 rows in my text file with the 297th row being the trailer record. When I do a simple import to database task on SSIS it only picks up the first 296 rows. This is what I want to happen but I want to know if SSIS 2005 is smart enough to pick up the trailer records.
At first I thought it was automatically skipping the last row of the text file so i removed the trailer record and ran the package again and all 296 rows was imported and no rows were skipped.
Any idea whats happening here? should i just leave it like this and assume that ssis skips the trailer records?