Reporting Views in Configuration Manager

 

Updated: January 1, 2014

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

Reporting in System Center 2012 Configuration Manager uses the SQL Reporting Services (SSRS) to store and generate reports. For this reason, information about built-in and user created reports is stored in the SQL Reporting Services database and not the Configuration Manager database.

You can run the following query against your Reporting Services database to retrieve a list of the built-in and user created reports at your site.

SELECT *
FROM <report server name>.dbo.Catalog
ORDER BY Name

For more information about the built-in reports supplied with Configuration Manager, see List of Reports Supplied with Microsoft System Center 2012 R2 Configuration Manager.