Hi Friends,
I have a task to move rows from a table in Cache database into SQL Server. This is my first time working on Cache database. There are more than a million rows in this table. I am using ssis to perform this task. If I do a simple select to move data.. the table is not responsive so I have to move the data in batches. I am using a date filed in this table to select 7 days batches into the SQL server. I am using for loop to evaluate an expression so that date field will not exceed present date and break the infinite loop. First iteration works like a charm. But in second iteration ADO .NET Source fails with a Generic error. I am not able to figure this behavior of for loop. Any help is really appreciated!! Below are the screen shots of the failed package with error at the end.
Thanks,
Gopu
Gopal