sanjdhiman
Programmer
Hi
I hope you can help.
My sql server 2005 (CLustered, active active) running on an MSA disk array has been working fine, all of a sudden the simplest of queries, i.e. SELECT COUNT(1) FROM tableA spikes the CPUs (there are 8 in there). With 8Gig of Ram to use.
I have checked execution plan, and its doing an Index Scan, time taken to run queries is pretty normal but the spike to the CPU is a big concern.
If I have a lot of things running, then the requests that I give the server (i.e. from applications) start to time out...
Its so weird.
We re-organised the indexes, and updates stats with full scan on the tables.
I checked sysindexes and the looked at the modctr.. and it was a resonable number nothing too high.
Can you think why the simplest of queries would SPIKE the cPU like this?
Have you ever seen this before!
We failed over the box to the other node and ran the query, still the same, so I am guess the data is an issue
Please help
Thanks in advance
Sanj
I hope you can help.
My sql server 2005 (CLustered, active active) running on an MSA disk array has been working fine, all of a sudden the simplest of queries, i.e. SELECT COUNT(1) FROM tableA spikes the CPUs (there are 8 in there). With 8Gig of Ram to use.
I have checked execution plan, and its doing an Index Scan, time taken to run queries is pretty normal but the spike to the CPU is a big concern.
If I have a lot of things running, then the requests that I give the server (i.e. from applications) start to time out...
Its so weird.
We re-organised the indexes, and updates stats with full scan on the tables.
I checked sysindexes and the looked at the modctr.. and it was a resonable number nothing too high.
Can you think why the simplest of queries would SPIKE the cPU like this?
Have you ever seen this before!
We failed over the box to the other node and ran the query, still the same, so I am guess the data is an issue
Please help
Thanks in advance
Sanj