Feeds:
Posts
Comments

Posts Tagged ‘SQL Reports’

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.

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

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.

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 (http://blog.SQLAuthority.com)

About these ads

Read Full Post »

If you are following my blog, you already know that I am more of “T-SQL and Performance Tuning” type of person. I do have a good understanding of Business Intelligence suit and I also do certain training sessions on the same subject. When I was writing the blog post for T-SQL Tuesday #005 – Reporting, I realized that I have written a post that clearly explains how to generate reports using SQL Server Management Studio.

Here is a quick recap on how one can use SSMS and out-of-the-box reports which can help many developers.

Please note that they can be resource-intensive as well, so please use SSMS carefully.

SQL SERVER – Generate Report for Index Physical Statistics – SSMS

SQL SERVER – Out of the Box – Activity and Performance Reports from SSSMS

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

Junior developers and DBA can use these reports right away and can also start learning and exploring most database performance issues with the help of Sr. DBAs.

Reference: Pinal Dave (http://blog.SQLAuthority.com)

Read Full Post »

Report Definition Language (RDL) is an XML-based schema for defining reports. The goal of RDL is to promote the interoperability of commercial reporting products by defining a common schema that allows interchange of report definitions. To encourage interoperability, RDL includes the notion of compliance levels that products may choose to support.

Download the RDL Specifications for SQL Server by clicking the links below.

Abstract courtesy : Microsoft

Reference: Pinal Dave (http://blog.SQLAuthority.com)

Read Full Post »

Note:   Download SQL Server 2005 Report Packs by Microsoft

SQL Server 2005 Reporting Services is a comprehensive, server-based reporting solution designed to help you author, manage, and deliver both paper-based, ad hoc, and interactive Web-based reports.

Each report pack consists of a set of predefined reports, a sample database, a readme file, and an End User License Agreement (EULA). You can use these sample reports as templates to quickly author and distribute new interactive reports.

Report Pack contains following sample reports

  • SQL Server 2005 Integration Services Log Reports
  • SQL Server 2005 Report Pack for Microsoft Dynamics Axapta 3.0
  • SQL Server 2005 Report Pack for Microsoft Dynamics Navision 4.0
  • SQL Server 2005 Report Pack for Microsoft Dynamics Great Plains 8.0
  • SQL Server 2005 Report Pack for Microsoft Dynamics Great Plains 9.0
  • SQL Server 2005 Report Pack for Microsoft Internet Information Services (IIS)
  • SQL Server 2005 Report Pack for Financial Reporting

Download SQL Server 2005 Report Packs

Abstract courtesy : Microsoft

Reference : Pinal Dave (http://blog.SQLAuthority.com)


Read Full Post »