ssrs version of the performance dashboard reports ?

Last post 09-18-2008 8:55 PM by darwin101. 13 replies.
Page 1 of 1 (14 items)
Active Topics My Discussions Unanswered Sort Posts: Previous Next
  • 05-07-2008 4:49 PM

    ssrs version of the performance dashboard reports ?

    Does anyone have a link to SSRS versions of the performance dashboard reports. or is it as simple as publishing the rdls to your rs server and providing a shared Data Source to msdb ?

    I know its questionable why this would be required  but ...

     

     

     

  • 05-08-2008 4:44 AM In reply to

    • satya
    • Top 10 Contributor
    • Joined on 11-05-2002
    • United Kingdom
    • Posts 22,567
    • Microsoft MVP
      Moderator

    Re: ssrs version of the performance dashboard reports ?

    Do you want to create custom reports into Performance Dashboard reports?

    -Satya S K J

    SQL Server MVP



    Knowledge is Power, you will gain by sharing it. SSQA.net - Invisible contributions to the users & visible success in SQL Community.
  • 05-08-2008 9:00 AM In reply to

    • Greg Larsen
    • Top 75 Contributor
    • Joined on 10-02-2007
    • Tumwater, Washington, USA
    • Posts 245

    Re: ssrs version of the performance dashboard reports ?

    I don't think the Performance Dashboard reports are design to be called from Reporting Services.  They are built to be rendered in SSMS.   You can download the rdl file for the Performance Dashboard here:  

    http://www.microsoft.com/downloads/details.aspx?FamilyId=1d3a4a0d-7e0c-4730-8204-e419218c1efc&displaylang=en

    I have also developed a SQL Server DBA Dashboard tool that has a bunch of additional reports. You can download my dashboard here:

    http://sqlserverexamples.com

     

    For SQL Server Examples and SQL Server DBA Dashboard tool go to --http://www.sqlserverexamples.com

    Greg Larsen, MCITP
  • 05-08-2008 9:35 AM In reply to

    Re: ssrs version of the performance dashboard reports ?

    But if you deploy those RDLs files into RS server, you can setup a subscription to the performance dashboard main.rdl file and can get a snapshot of the server performance at regular intervals over email.

    Thats what i did in my production, and it works great..It also gives us a chance to view the peak time usages on a consistent basis..

    thks,

    Mani

    MCDBA,MCTS

    thks,
    Mani
  • 05-08-2008 11:32 AM In reply to

    • Greg Larsen
    • Top 75 Contributor
    • Joined on 10-02-2007
    • Tumwater, Washington, USA
    • Posts 245

    Re: ssrs version of the performance dashboard reports ?

    that sounds like a good idea.  How much modification to the rdl files where necessary?  Did you only have to modify the main rdl file to identify the appropriate data source?
    For SQL Server Examples and SQL Server DBA Dashboard tool go to --http://www.sqlserverexamples.com

    Greg Larsen, MCITP
  • 05-08-2008 3:47 PM In reply to

    Re: ssrs version of the performance dashboard reports ?

    Usually you dont need to make any changes but just adding the shared datasource for your sql server. But you can customize the main report with your servername, instance name, etc.. Adding anyother report items like the time, username, etc..

    thks,

    Mani

    thks,
    Mani
  • 05-08-2008 5:00 PM In reply to

    • Greg Larsen
    • Top 75 Contributor
    • Joined on 10-02-2007
    • Tumwater, Washington, USA
    • Posts 245

    Re: ssrs version of the performance dashboard reports ?

    So have you figured out how to make it work for different servers from a single SSRS web portal?

    For SQL Server Examples and SQL Server DBA Dashboard tool go to --http://www.sqlserverexamples.com

    Greg Larsen, MCITP
  • 05-08-2008 6:26 PM In reply to

    Re: ssrs version of the performance dashboard reports ?

    not yet. Becuase if we want to use for multiple servers, we can use SSMS custom reports option..But i got another idea. Do you think we can make it work by adding a additional parameterized report that takes the servername and the report can dynamically change its datasource??

    thks,

    Mani 

     

    thks,
    Mani
  • 05-08-2008 6:45 PM In reply to

    Re: ssrs version of the performance dashboard reports ?

    hmmmm...i think its possible... was doing some lil googling...i got few links...

    http://nickbarclay.blogspot.com/2005/10/ssrs-dynamic-connection-strings_04.html

    this might work..i'l try and let you know.

    thks,

    Mani

    thks,
    Mani
  • 05-09-2008 1:38 PM In reply to

    • Greg Larsen
    • Top 75 Contributor
    • Joined on 10-02-2007
    • Tumwater, Washington, USA
    • Posts 245

    Re: ssrs version of the performance dashboard reports ?

    I've been wondering if you could have a drop down box with server names  in it.  Then based on selection I would if you could change the data source. 
    For SQL Server Examples and SQL Server DBA Dashboard tool go to --http://www.sqlserverexamples.com

    Greg Larsen, MCITP
  • 07-23-2008 11:43 AM In reply to

    Re: ssrs version of the performance dashboard reports ?

    This would be extremely helpful in order to allow these to be used to monitor multiple instances from a central SSRS location.  Has anyone gotten this to work yet?

  • 08-12-2008 9:53 AM In reply to

    Re: ssrs version of the performance dashboard reports ?

    I am already doing this.  I have a website set up and a select page that pulls from a list of our servers in a central location.  That page has hyper links to each server/database and passes that to the main page (DBA Dashboard_main).  It would pass the database name and server name along.  I had to use his install script on each server that I wanted to pull data from.  Then I would use a common login that has execute permission.  I would then use that common login for the data source for each page.  The query for each dataset for each page would have to be changed to the following:

     exec (@InstallDB + '.[DBA_Dashboard].Get_IndexFrag ''' + @DatabaseName + '''')

    or

    exec (@InstallDB + '.[DBA_Dashboard].Get_TablesWithoutPKs ''' + @DatabaseName + '''')

    depending on what data source you want to use.  I would like to write an article about this in SQL magazine with Gregs permission and help (and with credit to him of course).  What do you say Greg?

     

    Michael
    Sr. DBA - MCDBA
    See my Reader 2 Reader articles in Jan and August 2008 issues of SQL Server Magazine:)
    View Michael Berry's profile on LinkedIn
  • 08-14-2008 9:48 AM In reply to

    Re: ssrs version of the performance dashboard reports ?

     Just a quick update:  I am working with Greg to get this done.  Either changes to his existing product or just an article.

     

    Michael
    Sr. DBA - MCDBA
    See my Reader 2 Reader articles in Jan and August 2008 issues of SQL Server Magazine:)
    View Michael Berry's profile on LinkedIn
  • 09-18-2008 8:55 PM In reply to

    • darwin101
    • Not Ranked
    • Joined on 09-18-2008
    • Phoenix AZ
    • Posts 1

    Re: ssrs version of the performance dashboard reports ?

    nevermind

Page 1 of 1 (14 items)
Active Topics   My Discussions    Unanswered Posts


© 2000 - 2007 vDerivatives Limited All Rights Reserved.