HI.
iam creating dynamic partitions in ssis packages . but i got have below type of error . i have 3 data sources .iam creating packages daywise
As per 1st data source on 15 th jan the starting data is 126058, but the data should be 12098.Due to which the rest of the data in other following partitions is getting affected.
As per 2nd data source on 15<sup>th</sup> jan the starting data is 296815, but the data should be 296785 which is exceeding by 30 records. Due to this reason the rest of the data in other following partitions is also getting affected.
As per 3rd data source on 15th jan the starting data is 957751, but the data should be 956690 which is
Exceeding by 1061 records. Due to this reason the rest of the data in other following partitions is getting affected.
how can solve this problems . please help me..