Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Data Flow Task Unusual Behavior

$
0
0

I have a DF Task with a OLEDB source connected to a Oledb destination.

The oracle oledb source query is something like this 

Select col1, col2, col3from table a inner join table b on a.col1 = b.col1 where a.modifieddate = sysdate-7

When I preview this I get only  18 rows which is correct. But when I run it pulls all the rows from the source which is 3775.

Can someone please help me why this is the case,  I have been trying to identify the root cause for several days and cant seem to find what I am doing wrong.

18 rows in preview which is correct

3775 rows incorrect and absolutely bizarre

Viewing all articles
Browse latest Browse all 24688