Ouch, you have a query issue.
CPUTime WaitTime PhysicalReads LogicalReads
----------- ----------- ------------- ------------
804300 3294 1792 1967169676
If you are able to do so, can you run a script similar to:
set option show on
set switch on 3604
set statistics plancost, time, resource, io on
set showplan on
set statement_cache off
set nodata on
go
<your query>
go
set option show off
set switch off 3604
set statistics plancost, time, resource, io off
set showplan off
--set statement_cache off
....and email me the output of the above plus sp_helpindex on each table in the query?? jeff.tallman@sap.com