Skip to content

greijer/ssrs-powershell-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#About

https://github.com/greijer/ssrs-powershell-deploy.git

PowerShell scripts to deploy a SQL Server Reporting Services project (*.rptproj) to a Reporting Server

Supports working with latest SSDT in Visual Studio 2015 by deploying built items instead of source reports. Supports parameterized data sources which allows you to change connections for each environment you deploy to.

This fork

This repository was forked from

Old forks had stale pull requests, and did not support SSDT 2016

Usage

.\Deploy-SSRSProject.ps1 -path YourReportsProject.rptproj -configuration Release -verbose

.\Deploy-SSRSProject.ps1 -Verbose -Path 'pathtoproject\ProjectFile.rptproj' -Configuration 'Dev' -OverwriteDataSources:$true -DataSourceConnections 'MyDataSourceName','Data Source=DevEnvironemnServer;Initial Catalog=DevEnvironmentDatabase', 'MyDataSourceName2','ConnectionString2'

Example reports

To open the example reports project in visual studio and edit the reports you'll need Sql Server Data Tools (SSDT)

Gotchas

About

PowerShell scripts to deploy a SQL Server Reporting Services project (*.rptproj) to a Reporting Server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%