为 SQL Server Reporting Services 和 Web Viewer 创建分阶段测试环境的最简单方法是什么?

发布于 2024-12-02 13:10:47 字数 133 浏览 4 评论 0原文

对于我们的网络应用程序,我们运行一个阶段测试环境,它是我们生产环境的镜像。

设置报告数据库的测试镜像非常简单。然而,我还没有找到一个好方法来镜像我们在生产中拥有的数十个报告,并将它们指向测试数据库。

任何想法将不胜感激。

For our web app, We run a stage testing environment which is a mirror of our production environment.

It's straightforward to set up a test mirror of the reporting database. However I haven't figured out a good way to mirror the dozens of reports we have on production, and point them to the test database.

Any ideas would be appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

我的奇迹 2024-12-09 13:10:47

假设您的报表共享一些数据源:

在测试报表服务器中,启动报表管理器并转到数据源。

单击每个数据源并更改连接字符串以指向测试服务器。

Assuming that your report's share a few data sources:

In your test report server, start the report manager and go to the data sources.

Click each datasource and change the connection string to point to the test server.

怎言笑 2024-12-09 13:10:47

面临同样的问题。我可以通过 VisualStudio 将报告部署到不同的文件夹中。
对于更改数据源: https://stackoverflow.com/a/34893372/

Faced the same problem. I can deploy the reports into a different folder via VisualStudio.
And for changing the DataSource: https://stackoverflow.com/a/34893372/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文