Was there a problem or not Can someone else learn from your experience, or shall I remove the thread
adolf garlic wrote:
I would say the fact that the sort component is physically removing rows from the data is a bug, never mind a problem.
Still, MS aren't going to do anything about it.
adolf garlic wrote:
I'm certainly not going to waste time attempting to enter it into the world's worst website aka Connect
adolf garlic wrote:
Connect:
time to enter problem: ages
possibility of solution: probably never, maybe in the next release if you are lucky
But before going that far and submitting a bug form;
How are you sure is the sort transform the one removing rows did you watch the number of rows coming in and out of the sort which other transformations doe the package have
Rafael Salas wrote:
But before going that far and submitting a bug form;
All,
I am seeing the same problem. Essentially I have an OLE DB Source connected to a SQL 2000 database. The transformation makes its way through two lookups and then a merge. When the pipeline leaves the Merge I am seeing 3376 rows. Despite the fact that I have _never_ checked the Remove rows with duplicate sort values checkbox, on the other side of the sort I am seeing 634 rows output. So, input into the Sort are 3376 rows, and 634 are output.
Of course this is a critical problem, since in my case there is no other way to use the merge that comes after the sort. So, I will literally have to completely re-write this transformation. So, what are my chances of getting a hotfix for this problem Should I try to open up a support incident In the mean time I have voted on the Connect issue submitted above. To me this is a huge bug, and should not wait for another release. That's my 2 cents.
Thanks.
dcb99
Can you try opening the package in the code view (or directly in notepad) and searching for "EliminateDuplicates" You should see a proprty node like the following:
<
property id="130" name="EliminateDuplicates" dataType="System.Boolean" state="default" isArray="false" description="Indicates whether the Sort transformation removes rows with duplicate sort values." typeConverter="" UITypeEditor="" containsID="false" expressionType="None">true</property>
What's the value inside the tags (the bolded value above)