This is the fifth part of the blog series about my Asset Management solution for SCSM 2012 R2.
Part 1: General overview
Part 2: Authoring – Classes and Relationships
Part 3: Folders and Views
Part 4: Authoring – Forms
Part 6: Runbook/Automation details
This part covers SSRS reports to export the data out of the SCSM database.
The reports are connecting to the ServiceManager database and not the DataWarehouse, so that also environments without a DW can use this.
First create your SCSM database DataSource and enter the SQL server instance where your ServiceManager database is installed.
You can import my published reports or you create your own based on this example.
Create a new report and use the table wizard or create a blank report. You need to define a DataSet to retrieve the data.
The shown details of the DataSet belong to the All Computer Assets report.
The DataSet…
View original post 309 more words