在生产设备上部署 Sql Server Reporting Services 报告
问题描述:
如何在生产盒上部署 Sql 服务器报告?在本地这不是问题,我只是指定 url,然后右键单击项目并说部署在我的本地服务器上部署.
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
答
我建议您创建可以在生产服务器上执行的 rs 脚本.看看 Reporting Services Scripter.它会根据您当前的安装创建部署脚本.
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.