Hi Ajeh,
it would appear it was a server spec issue, (my hosts lie!!!) apparently our 2ghz dual core processors were capped at 1ghz...... they've been uncapped and with noted remarkable improvement.
one thing that did come back was on slow queries when %% are used both in front of and after keywords. Which means indexing on tables isn't used.
e.g.
SELECT ... WHERE myfield LIKE '%search%';
I removed these and heard from the office that this mean't they couldn't look up stuff. So i've replaced these.
any suggestions how we can uterlise indexing but at the same time allow for 'like' searches?
regards
Andy.




