i am loading data from text file to sql server table.
now say after loading 400 rows , due to some reason (file format issue) it stops. now if i run the package again -> i don't want to load 400 rows from begning .. it should start from 401 rows. How i will do it?
can i implement this logic by check point ?