Hi there,
I originally setup my SSIS project to use ADO.NET data sources, which worked without issues and returned all rows correctly. I've now converted the data sources for each data flow to use an OLE DB source (Sybase 9) with the same queries, modified to use parameters for dates. The queries are returning the same rows as the ADO.NET source when I manually run them through Sybase's SQL Anywhere, so I've confirmed it's not an issue with the updated queries. When the query is run in SSIS with an OLE DB source, it only returns the top row.
I noticed it works if I create a new data flow and copy/paste the tasks from the old flow to the new one. Unfortunately, that doesn't seem to always fix it (and is painful to go through).
Has anyone run in to this issue before?
Thanks,
- Marc