Report Server Database

A report server is a stateless server that uses the SQL Server Database Engine to store metadata and object definitions. A Reporting Services installation uses two databases to separate persistent data storage from temporary storage requirements. The databases are created together and bound by name. By default, the database names are reportserver and reportservertempdb, respectively.

You can use SQL Server 2000 or SQL Server 2005 to host the databases. The databases can run on a local or remote SQL Server instance. Choosing a local instance is useful if you have sufficient system resources or want to conserve software licenses, but running the databases on a remote computer can improve performance. For more information about how these configurations compare, see the "Planning for Scalability and Performance with Reporting Services" document on MSDN.

Important

The table structure for both databases is optimized for server operations and should not be modified or tuned. Microsoft might change the table structure from one release to the next. If you modify or extend the database, you might limit or prevent the capability to perform future upgrades or apply service packs. You might also introduce changes that impair report server operations.

All access to a report server database must be handled through the report server. To access content in a report server database, you can use report server management tools, (such as Report Manager and SQL Server Management Studio), or programmatic interfaces such as URL access, Report Server Web service, or the Windows Management Instrumentation (WMI) provider.

The connection to the report server database is usually defined through the Reporting Services Configuration tool. However, it can be defined during setup if you choose to install the default configuration. For more information about the report server connection to the database, see Configuring a Report Server Database Connection and Connections and Accounts in a Reporting Services Deployment.

Report Server Database

The report server database is a SQL Server database that stores the following content:

  • Items managed by a report server (reports and linked reports, shared data sources, report models, folders, resources) and all of the properties and security settings that are associated with those items.
  • Subscription and schedule definitions.
  • Report snapshots (which include query results) and report history.
  • System properties and system-level security settings.
  • Report execution log data.
  • Symmetric keys and encrypted connection and credentials for report data sources.

Because the report server database stores application state and persistent data, you should create a backup schedule for this database to prevent data loss. For recommendations and instructions on how to backup the database, see Moving a Report Server Database to Another Computer.

Report Server Temporary Database

Each report server database uses a related temporary database to store session and execution data, cached reports, and work tables that are generated by the report server.

Reporting Services does not recreate the temporary database if it is missing, nor does it repair missing or modified tables. Although the temporary database does not contain persistent data, you should back up a copy of the database anyway so that you can avoid having to recreate it as part of a disaster recovery operation.

If you back up the temporary database and subsequently restore it, you should delete the contents. Generally, it is safe to delete the contents of the temporary database at any time. However, you must restart the Report Server Windows service after you delete the contents.

If you delete the temporary database, you can create a new database, and then run the Catalogtempdb.sql script to add the table structure. The temporary database must have the same root name as the primary report server database.

Change History

Release History

12 December 2006

New content:
  • Creating the reportservertempdb database using Catalogtempdb.sql.
  • Backup recommendations.
Changed content:
  • Recovery procedures in Report Server Temporary Database

See Also

Concepts

Storing Encrypted Report Server Data
Report Server Database Requirements
Report Server
Administering a Report Server Database
Creating a Report Server Database
Backup and Restore Operations for a Reporting Services Installation

Other Resources

Upgrading a Report Server Database

Help and Information

Getting SQL Server 2005 Assistance