Solution to dump the Activity Monitor Results to database Table

  • Dear All,

    I need a quick reply which helps me a lot to proceed my work.

    I need a solution that will dumps the Activity Monitor results to a database table.

    Please reply back if any one knows this concept in sql server

    Thanks & Regards,

    Sri Sagar.P

  • srisagar_p (2/24/2009)


    Dear All,

    I need a quick reply which helps me a lot to proceed my work.

    I need a solution that will dumps the Activity Monitor results to a database table.

    Please reply back if any one knows this concept in sql server

    Thanks & Regards,

    Sri Sagar.P

    It should already be in a system table....

    select * from sysprocesses

  • - which activity monitor are you refering to ? (profiler/perfmon/..)

    - are you trying to sample connections or do you want an actual sqlserver usage report (queries etc.)

    In that case have a look into SQLServer profiler in Books online.

    Johan

    Learn to play, play to learn !

    Dont drive faster than your guardian angel can fly ...
    but keeping both feet on the ground wont get you anywhere :w00t:

    - How to post Performance Problems
    - How to post data/code to get the best help[/url]

    - How to prevent a sore throat after hours of presenting ppt

    press F1 for solution, press shift+F1 for urgent solution 😀

    Need a bit of Powershell? How about this

    Who am I ? Sometimes this is me but most of the time this is me

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

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