We're fairly new to SSIS (SQL Server 2005) and, in our first team effort, we've run into a problem we just can't figure out.
Two sources are sorted in two separate Sort operations, sent through a Merge Join to pull a facility code out of one file and insert it into the second one and the output of the Merge Join sent to a flat file. However, when we run it we get just the header record in the output file. The flat file block goes green while the two sorts are running and before the Merge Join goes green. We also note that there are differing numbers of records hitting the Merge Join - there should be 10K, we get 3K or so and that number (3K) isn't anything we can calculate, knowing the record counts. Also, despite seeing a counter value with the Merge Join, only the header shows up in the output file.
Any ideas on what we've done/not done/checked/not checked? As I said, we're both new to this and learning as we go but this one is throwing us for a loop.
Thanks in advance.
Tom
"My mind is like a steel whatchamacallit ...
Two sources are sorted in two separate Sort operations, sent through a Merge Join to pull a facility code out of one file and insert it into the second one and the output of the Merge Join sent to a flat file. However, when we run it we get just the header record in the output file. The flat file block goes green while the two sorts are running and before the Merge Join goes green. We also note that there are differing numbers of records hitting the Merge Join - there should be 10K, we get 3K or so and that number (3K) isn't anything we can calculate, knowing the record counts. Also, despite seeing a counter value with the Merge Join, only the header shows up in the output file.
Any ideas on what we've done/not done/checked/not checked? As I said, we're both new to this and learning as we go but this one is throwing us for a loop.
Thanks in advance.
Tom
"My mind is like a steel whatchamacallit ...