I wrote a DTS (SQL 7) script whose last step invokes a stored procedure. On my Dell workstation it processes 100K records in 2 minutes. But when I transfered the DTS package to two other machines, and used the same 100K records, the stored proc step slowed to a crawl. (I had to kill the DTS packages -- 10 minutes of execution at 100% CPU utilization is no fun).
Any ideas much appreciated.
Bill