Pro SQL Server 2012 Reporting Services

(sharon) #1

CHAPTER 1  INTRODUCING THE REPORTING SERVICES ARCHITECTURE


Figure 1-1. SSRS components

SSRS Databases


SSRS is added as an option during the SQL Server installation process. The SSRS native installation
creates two databases that are used to store report metadata and manage performance:

ReportServer: This is the primary database that stores all the information about
reports that was originally provided from the RDL files used to create and
publish the reports to the ReportServer database. In addition to report
properties (such as data sources) and report parameters, ReportServer also
stores folder hierarchy and report execution log information.

ReportServerTempDB: This database houses cached copies of reports that you
can use to increase performance for many simultaneous users. By caching
reports using a nonvolatile storage mechanism, you make sure they remain
available to users even if the report server is restarted.
Free download pdf