From the course: SQL Server 2008 Essential Training

Introduction to SQL Server Reporting Services - SQL Server Tutorial

From the course: SQL Server 2008 Essential Training

Start my 1-month free trial

Introduction to SQL Server Reporting Services

Reporting Services is a separate component of SQL Server 2008. It is available in both the Standard and the Express editions and the idea behind it, not surprisingly, is to be able to create reports without requiring a developer to write a custom application. So it's really a business intelligence layer, allowing you to create a presentation of the data in your databases and then share that across an organization, and to understand it, it's best to understand there are really three different parts to it. First is the server-side part of the platform, the engine of Reporting Services that can manage and deliver these reports, and this is considered a self-contained component of SQL Server. You can choose to either have that installed or not. If you're not going to use it, it shouldn't be installed. It even comes with its own application for managing its configuration. Now the second part is an application to help you design those reports. Well, that's where it gets tricky because there are a few different ways to create reports. The something called Report Builder, which is a stand-alone desktop application for developing reports for reporting services and with the R2 release of SQL Server 2008 there is a new addition of this application called Report Builder 3.0. That lets you create complex reports not only including the data itself but including visualizations of the data to charts including maps, data bars and spot lines. Now there is also an application called the Business Intelligence Development Studio. This comes with an advanced project template called Report Designer. If your developer used to Visual Studio, this might be the way that you would want to go. Now, however, this is the third part. Once your report is created, how do you view and manage these reports? We don't want to take the old-school view that the report has to be something that's printed off and handed around. So typically, the reports can be viewed by going to a web application called Report Manager. This is where you can find the different reports that have been created and view them online. If it's a large report, you can page through it, you can zoom in or search it and even all to the parameters of the report. Reporting Services can also be integrated with SharePoint, which can be used as a location to publish a report to this. There's even a SharePoint web part so you can embed reports in SharePoint web pages. But really that's the three parts to it. We have to understand how to install and configure it, we have to then work with creating those reports and using an application to do that, and then there is the idea of managing and distributing those reports. Reporting Services and all its surrounding applications is a fairly complex technology. We could create an entire course on Reporting Services easily. So we're going to cover a brief introduction of what it can do and the basics of how to use it.

Contents