Understanding the Service Manager Data Warehouse data mart
The purpose of this recipe is to describe the database schema of the Service Manager Data Warehouse data mart. Knowing the anatomy and the design of the data mart is key to successfully creating custom reports for System Center Service Manager.
Getting ready
The central repository that stores all data available for Service Manager reporting is the DWDataMart
database. This database is located on the SQL Server, hosting the Service Manager Data Warehouse databases, and is also referred to as the Service Manager data mart.
Although SQL Server Report Builder and other tools used for authoring reports offer visual wizards for creating the queries that will be used for retrieving data from the Service Manager Data Warehouse data mart, it is hardly possible to work with reporting effectively without at least knowing the basics of the SQL used for querying relational databases.
The Service Manager Data Warehouse data mart is documented and...