Hi,
I am pretty new to SSIS. I am transferring some rows from 2 source tables to 1 destination table.
The 2 source tables have 1000 rows.They act as the 2 inputs to a merge join transformation where i perform the join between the 2 tables based on a couple of fields. But for some reason the output of the merge join gives me about 1018 rows .Shouldnt the destination also have only 1000 rows?
How do i solve tis problem?
Thanks in advance
Sat
Satishr23:
But for some reason the output of the merge join gives me about 1018 rows .Shouldnt the destination also have only 1000 rows?
Not exactly. It depends on the logical operation of the merge join, for example "full outer join" may lead to such issue. You can refer to:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/optimsql/odp_tun_1_5alv.asp
No comments:
Post a Comment