Memory usage per database

  • How to write the Stored Procedure to get the memory usage per database.

    Is there a tool to monitor the memory or CPU usage per database?

  • This was removed by the editor as SPAM

  • you cannot see the memory and the cpu usage per database.

    it's only per server (or per instance)

    check the master..sysperfinfo table to see if there is something useful for you.

    Or there is a tricky way to see the cumulated cpu and memory usage from the sysprocesses table.

    To check the top 20 objects in the memory cache run the dbcc memusage command

    Or you can run the profiler and check for the CPU and DatabaseId columns

    Bye

    Gabor



    Bye
    Gabor

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

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