BUILD the index it will be in the proper order
create index myindex on mytable as (collectorid asc, processdate desc)
(a datetime is actually held as two floating point numbers 1 containing the number of days since 1/1/1753
and the other the number of "seconds" since midnight)