I'm a SQL Developer and have been tasked with auditing our in house CRM reporting to see which reports are used and which can be discarded, prior to moving to a Data Warehouse solution. I'm fairly comfortable producing reports in SSRS that access the CRM base and filtered tables, but the CRM (MS Dynamics CRM 2015) front end is fairly new to me.
My question is how to find and access the Reporting Services SQL Database that sits behind Dynamics CRM so I can run queries on the report usage?
If can connect to 'a' Reporting Services database on the server from SSMS using the \ format. SSMS reports it is version 11.0.5058.0, but underneath are only three folders, "Jobs", "Security" and "Shared Schedules" - No databases.
Expanding the Security folder I get an error message that ends in
"The report server installation is not initialized. (rsReportServerNotActivated) ReportingServicesLibrary)"
Any ideas? I don't want to log onto the CRM server directly as it's a live system.
Many thanks,