Performance Dashboard and Server Dashboard

  • Hello All,

     

    I am wondering if anyone has been able to successfully recreate or find the RDL file for the Server Dashboard? I have been able to publish the Performance Reports Dashboard but upper management wants to only see what the server dashboard has to offer.

    This is a add-on that Microsoft allows you to download, it's under standard reports when you right click on the server engine properties.

    MCSE SQL Server 2012\2014\2016

  • Those reports aren't rdls. SSMS reports use the Report Viewer control so they are rdlc files. They are stored in the file Microsoft.SqlServer.Management.Reports.dll

    You can use a .Net decompiler and point to that dll, view the resources and you can see what reports are there, save the rdlc for the report to some other directory and then you'd have your own copy of the rdlc file.

    Sue

  • Got it! Thank you.

    MCSE SQL Server 2012\2014\2016

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply