Deploy SQL Server Performance Dashboard Reports to Your SSRS Server

224 views
Skip to first unread message

SQLvariant

unread,
Feb 14, 2017, 8:23:20 AM2/14/17
to AtlantaMDF
Thanks to everyone who watched my demo last night on how to quickly deploy the Tiger teams' SQL Server Performance Dashboard reports to your SSRS Server [without downloading SSDT just to change the name of the report server!].


Here is the link to my PowerShell script in the Tiger team's "toolbox" repo up on GitHub: https://github.com/Microsoft/tigertoolbox/blob/master/SQL-performance-dashboard-reports/Deploy.ps1

For everyone who just wants to be able to deploy entire folders worth of SSRS objects (Reports, DataSets, & DataSources) to your SSRS servers with a single command, just run this in PowerShell [obvious requisite warning: this downloads code from the internet to your machine]:
Invoke-Expression (Invoke-WebRequest https://aka.ms/rstools)

The command mentioned above is Write-RsFolderContent and you will need to supply values for it's -ReportServerUri, -Path, & -Destination parameters.

I'm still finishing up the article I mentioned last night and will follow up with a link to it when it's finally published. 

I hope this helps you and please don't hesitate to ask me if you have questions about how this all works! 
:-)

SQLvariant

unread,
Mar 28, 2017, 3:53:09 PM3/28/17
to AtlantaMDF
Hey Everyone,
I just wanted to follow up and post a link to my article that I mentioned "PowerShell Commands for SQL Server Reporting Services"

The article will walk you through a few more of the details about how to deploy SSRS reports in bulk with the new PowerShell commands for SSRS.
Reply all
Reply to author
Forward
0 new messages