• GilaMonster (12/21/2012)


    MyDoggieJessie (12/21/2012)


    For instance, high PAGEIOLATCH_EX "may" indicate issues with the disk subsystem (hardware) because it's waiting to look up the page from the disk, CXPACKETS may indicate poorly written queries (or ones that have large table scans in them), and so forth.

    On the other hand, PageIOLatch waits may indicate queries that are requesting far too much data (table or index scans) and CXPacket may indicate that you have lots of queries benefiting from parallelism

    LOL, so those waits really don't tell a person much!

    I've found some queries that tell me what's running when an issue arises. I also check the standard reports for top queries in regards to CPU and IO. Then you can try to work on those queries.

    Does anyone else do anything other than that to find issues on servers if you're not even sure issues exist?