SQL SERVER – Configure Management Data Collection in Quick Steps – T-SQL Tuesday #005

This article was written as a response to T-SQL Tuesday #005 – Reporting.

The three most important components of any computer and server are the CPU, Memory, and Hard disk specification. This post talks about  how to get more details about these three most important components using the Management Data Collection. Management Data Collection generates the reports for the three said components by default. Configuring Data Collection is a very easy task and can be done very quickly.

Please note:
There are many different ways to get reports generated for CPU, Memory and IO. You can use DMVs, Extended Events as well Perfmon to trace the data.
Keeping the T-SQL Tuesday subject of reporting this post is created to give visual tutorial to quickly configure Data Collection and generate Reports.

From Book On-Line:

The data collector is a core component of the Data Collection platform for SQL Server 2008 and the tools that are provided by SQL Server. The data collector provides one central point for data collection across your database servers and applications. This collection point can obtain data from a variety of sources and is not limited to performance data, unlike SQL Trace.

Let us go over the visual tutorial on how quickly Data Collection can be configured. Expand the management node under the main server node and follow the direction in the pictures.

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw1

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw2

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw3

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw4

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw5

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw6

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw7

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw8

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw9

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw10

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw11

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw12

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw13

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw14

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw15

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw16

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw17

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw18

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw19

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw20

This reports can be exported to PDF as well Excel by writing clicking on reports.

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw21

Now let us see more additional screenshots of the reports. The reports are very self-explanatory  but can be drilled down to get further details. Click on the image to make it larger.

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw22

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw23

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw24

SQL SERVER - Configure Management Data Collection in Quick Steps - T-SQL Tuesday #005 mdw25

Well, as we can see, it is very easy to configure and utilize this tool. Do you use this tool in your organization?

Reference: Pinal Dave (https://blog.sqlauthority.com)

SQL Reports
Previous Post
SQLAuthority News – Three Posts on Reporting – T-SQL Tuesday #005
Next Post
SQL SERVER – What is Spatial Database? – Developing with SQL Server Spatial and Deep Dive into Spatial Indexing

Related Posts

15 Comments. Leave new

  • Simple and nice explanation!

    Reply
  • Thank you for the tutorial. Never used this feature before, will check it out.

    Reply
  • Gr8 Boss…

    Thanks a lot,

    Reply
  • Thanks for the short and sweet tutorial. Good stuff as always!

    Reply
  • Thanks a lot for the tutorial, simple but elaborative. It would be more helpful, if you can add any tutorial for “Change Data Capture”.

    Reply
  • sqlavailability
    September 7, 2011 6:57 pm

    Thank you very much for this tutorial! I should have came here first. All other wensites I went to, were pure garbage.

    Reply
  • Eugene Lobanov
    October 19, 2011 3:35 pm

    Hi!

    I have a question… May I rename the name of Data Collection job?
    Or it referenced somewhere by name?

    Thx
    Eugene

    Reply
  • Great article,simple and step by step.

    Thanks a lot.

    Reply
  • My MDW kept growing at the pace of 4GB per week. Now the whole Data Collection DB is over 99 GB. I tried to shrink it and it did not work. Any suggestions?

    Reply
  • Arpan Solanki
    June 20, 2012 8:00 pm

    Can we filter the top 10 queries by database becuase it seems that top 10 queries are system generated and we cannot do performance tuning on them.

    Reply
  • Very Cool! Thanks for posting Pinal

    Reply
  • GOOD one ….

    Reply
  • I struggle to find any good reviews on this feature. Is anyone really using it? With the feature collecting data from DMVswait statsperf counters that we commonly use for you automatically, and the SSRS drill down reports it uses, it seems crazy that I can’t find much on it.

    Reply
  • I can not see the menu under management in SQL Server Management studio 2012. Is there any process to install it or I have missed out somewhere…need help…thanks

    Reply

Leave a Reply