Exploring Microsoft SQL Server Reporting Services (SSRS), a server-based reporting platform for SQL Server. It can create and manage tabular, matrix, graphical, and free-form reports from relational and multidimensional data sources. The reports can be viewed and managed over the Web.

Installing and Deploying

As of this writing [2007-06-12], there are two major version of SSRS:

The ReportServer service should be running. Verify this in Services and by the virtual directory usually at http://localhost/ReportServer if installed on your machine. The ReportServer service is both a Windows service and an ASP .NET service.

A ReportServer database will also be created. The SSRS 2005 will also make a ReportServerTemDB database. The SSRS database(s) are used as the back end for "Report Manager".

Run the "Reporting Services Configuration Manager". You may also have to fiddle with the "SQL Server Configuration Manager" and the "Surface Area Configuration Tools"

Lifecycle

The basic reporting lifecycle in SSRS:

Page Modified: (Hand noted: 2007-10-13 19:39:55Z) (Auto noted: 2007-11-17 06:43:47Z)