I am using BODI 11.7.3 on SQL Server 2005.
I have a dataflow that has a table comparison transform in it.
If I use sorted-input then everything that goes through that tranform is made an insert.
If I use row-by-row select then it correctly determines which rows are inserts and which rows are updates.
I have double checked that the input is sorted correctly and that the table has a clustered primary key.
Why else would Sorted input fail like this?
bungy (BOB member since 2007-10-04)