Search code examples
reporting-servicesssrs-2012tfs-2015

SQL Server Reporing Services Deployment


I am using TFS 2015 U3. Recently I have installed SQL Server Reporting Services Deployment (https://marketplace.visualstudio.com/items?itemName=tobania.SqlReportingServices#overview) in Market place.

Here is my question:

I think this is not an issue with extension but my question is how to handle the process.

Each time my release task runs it will deploy all RDL files in my project. Is there a way to only deploy new/ Changed RDL's(Is it possible to Deploy only new and modified reports (RDL files) using TFS Deployment?) Thanks,

Satheesh


Solution

  • No, that's the expected behavior with the extension which deploy all RDL files in the project. It will relace all the previous files. Only deploy the new and modified reports (RDL files) is not supported.

    However you can try deploy the files singly with powershell, below articles may helps:

    PowerShell Commands for SQL Server Reporting Services