| SSRS Reports to document SSAS 2008 DB structure using DMVs (Free) |
| Friday, 06 February 2009 02:00 |
|
NOTE - Feb 5, 2009: This post is work in progress. I am planning to add few more SSAS metadata reports and also SSAS performance reports. New SSAS 2008 DMVs allows you to easily access Microsoft SQL Server Analysis Services (SSAS) metadata. This article contains link to SSRS solution with the list of reports that produce documentation about one SSAS database. Here is a sample Adventure Works pdf report generated by these SSRS reports. Here is a link to download solution with SSRS reports. Solution descriptionYou can execute SSAS DMV queries directly in the Analysis Services environment, but this approach has a lot of limitations - most importantly you can not do joins betweens DMVs. To go around this limitation, I created linked server from SQL Server to Analysis Services. This way I can do joins between DMVs. Here is the script that was used to create linked server:
For your environment you will need to make sure that linked server above point to the SSAS 2008 database that you would like to run report on. Attached SSRS solution contains multiple rdl files:
|








Thanks.
This is fantastic Stuff