SQL Server Reporting Services 导出到另一台服务器
是否有办法将 SQL Server Reporting Services 报告传输到另一台服务器?
报告是否存储在 Reporting Service 数据库中?
Is there anyway to transfer SQL Server Reporting Services reports to another server ?
Are reports stored in the Reporting Service database ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以从 BIDS 中的解决方案中重新部署它们,只需将它们指向新服务器即可。
不过,您不会结转任何订阅。
在服务器上,报告存储在目录表中。
如果由于某种原因您不想重新部署,您可以像这样传输 http://technet.microsoft.com/en-us/library/ms156421(SQL.90).aspx
Yes you can redeploy them from your solution in BIDS just point them at the new server.
You will not have any subscriptions carried over though.
On the server the reports are stored in the Catalog table.
If for some reason you don't want to redploy you can transfer like this http://technet.microsoft.com/en-us/library/ms156421(SQL.90).aspx