Terry,
I checked the compatibility of my databases. The compatibility of the model, master and msdb on SQL 7.0 is 70 and on my sql 2000 server it is 80 for all. However, the database that I am currently using to process records was originally created on 6.5 thus it has a compatibility of 65. This database was then (somehow - I wasn't around then) upgraded to 7.0 although the compatibility level is still 65. What I did is moved this database to SQL2000 on WIN2000. I did this by backing up the database and restoring it on the new server using SQL2000. However, the compatibility is still 65. Does this matter?
And yes, there were many many group by clauses in this specific procedure. I have tried adding an order by clause but it doesn't seem to give me the results of the old 7.0 box.