Steve Jones - SSC Editor
SSC Guru
Points: 736270
More actions
June 13, 2011 at 9:32 am
#1337842
Look at the columns in the DMV. Create a table with the same columns, perhaps with one more for timestamping. Then insert data from the DMV select into that table.
sqlfriend
Points: 52781
June 13, 2011 at 11:24 am
#1337928
Thanks, but for monitoring Memory and CPU which are the dmv tables should I use?
Thanks
Michael Valentine Jones
Points: 64818
June 13, 2011 at 12:25 pm
#1337970
You should look into using SQL Server Extended Events for this monitoring.
Introducing SQL Server Extended Events
http://msdn.microsoft.com/en-us/library/bb630354(v=SQL.100).aspx
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply