I have a data flow task that imports records from textfile to a sql table.
It shows green successful status and in the log it also says it writes to the destination table 118 records. But when I look at the sql table, no records are imported.
What could be wrong?