CPU data used by the application databases

  • Hi,

    I would like to know how to find out the CPU data used by the application databases

    in SQl server 2005,Is there any query to find out exact usage of CPU

    and also the growth of the CPU usage in a regular interwal

    Regards,

    Shine

  • There are many methods you can achive this.

    1) Go to run, type "perfmon". Add counter for CPU. This will give a graphical representaion of load on CPU.

    2) If you want to check load of specific query on server, you can use profiler and check the CPU column.

    3) You can also use DBCC SQLperf

    HTH

    sachin

  • Hi,

    I have around 30 dbs i need to store the details in one table and to monitor?

    its liek collecting information about Cpu usage,

    could you suggest some queries

    smm

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply