Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How you deploy your reports (with Reporting Services)

Which one you choose?

  • Use the Deploy feature in VS
  • Build a rss script and execute it through rs.exe
  • Build a deployment package
  • Another option

Keep in mind that in many of your environments the report developers/designers don't have publish role in Reporting Server.

like image 535
Bruno Lopes Avatar asked Dec 11 '08 12:12

Bruno Lopes


1 Answers

In Dev, we use the deploy feature in VS. In Prod, our Prod support team will either upload them manually from the ReportServer website (if it's just one or two reports) or use a simple report upload utility that we wrote. The utility uses the SSRS web service.

like image 73
PJ8 Avatar answered Nov 15 '22 15:11

PJ8