Deploying Sql Server Reporting Services reports on production boxes

喜夏-厌秋 提交于 2019-12-21 11:54:49

问题


How to deploy Sql server reports on productions boxes? Locally it's not a problem, I just specify the url and then right click on project and say deploy which deploy on my local server.

But it's not gonna be the case for the production server


回答1:


I recommend you create rs scripts that can be executed on production server. Take a look at Reporting Services Scripter. It's creates deployment scripts based on your current installation.

http://www.sqldbatips.com/showarticle.asp?ID=62




回答2:


Either:

  1. Upload the RDL file through the web interface.
  2. Connect to Reporting Services from SQL Management Studio and upload the RDL through that interface.


来源:https://stackoverflow.com/questions/468674/deploying-sql-server-reporting-services-reports-on-production-boxes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!