Monday 29 July 2013

Data collector - SQL Server 2008

Data collector is a component of SQL Server 2008 used to collects different sets of data. It 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.

Its stores the collected data in a relational database known as the management data warehouse, A relational database that enables you to manage the data that you collect by setting different retention periods for your data.

The data collector is integrated with SQL Server Agent and Integration Services, and uses both extensively. SQL Server Agent is used to schedule and run collection jobs.Integration Services (SSIS) is used to execute packages that collect data from individual data providers.

--------------------
To Configure the management data warehouse using SQL Server Management Studio.
  • Ensure that SQL Server Agent is running.
  • In Object Explorer, expand the Management node.
  • Right-click Data Collection, and then click Configure Management Data Warehouse.
Use the Configure Management Data Warehouse Wizard to create a management data warehouse, configure logins, enable data collection, and start the System Data Collection Sets.
pic1
pic2
pic3
pic4
pic5
pic6
pic7
pic8
pic9
pic10
pic11
pic12
pic13
pic15
pic14
pic16
pic17
Here is some sample reports.
pic19
pic20
pic21
pic22
pic23
You can export the report in pdf or excel. This inbuilt tool is very easy to configure and monitor.

Thursday 11 July 2013

Microsoft SQL Server Virtual Labs

Try Microsoft SQL Server in a virtual lab and learn more about AlwaysOn, ColumnStore Index, PowerView, and other new features. Virtual labs are simple, with no complex setup or installation required.

SQL Server 2012 Virtual Labs
SQL Server 2008 R2 Virtual Labs
SQL Server 2008 Virtual Labs


Click here to go to virtual Labs.