I run a rather complex query (no writes) on a SQL Server 7 SP 3
database. The query itself seems to be ok. Sometimes it performs in
about 10 seconds, sometimes it takes about 900 seconds to complete. It
seems that the query executes fully in memory (10 secs) or excessive
disk activity takes place (but no swapping!). I can exclude blocking,
deadlocks, many concurrent users, not enough RAM, bad indizes as
possible performance problems.
Any sugestions what might help?
Christian