数据集会互相覆盖吗

发布于 2024-12-08 17:02:58 字数 122 浏览 0 评论 0原文

我正在努力将一些报告从 2005 实例迁移到 2008 实例。在其中一个项目中,我注意到目标数据集文件夹的选项。如果我在不同的报告(或不同项目中的不同报告)中具有相同名称的数据源,它们是否可能会相互覆盖,或者是否会以某种方式分离?

I'm working on migrating some reports from a 2005 instance to a 2008 instance. In one of the projects I noticed the option for a Target DataSet Folder. If I have data sources with the same name in different reports (or different reports in different projects) could they potentially overwrite each other, or will they be separated somehow?

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

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

发布评论

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

评论(1

-黛色若梦 2024-12-15 17:02:58

如果它们是报表中的数据集或数据源,则不会,它们不会相互覆盖。目标数据集文件夹选项仅适用于共享数据集。 (如果您使用的是 BIDS,请在解决方案资源管理器中查找不同的文件夹。)

我通常的做法是为每个 SSRS 项目设置共享数据源,然后在报告中创建数据源时,指定它们使用共享数据来源。

但我通常将我的数据集嵌入到报告中,直到多个报告需要相同的数据,然后我将数据集拉出到共享数据集中。这避免了在部署或更改报告时必须管理太多部分。

If they are datasets or datasources within the report, then no, they won't overwrite each other. The Target Data Set Folder option only applies to Shared Data Sets. (If you are using BIDS, look in the solution explorer for the different folders.)

My usual practice is to set up Shared Data Sources for each SSRS project, then when creating the data source in the reports, specify that they use the share data source.

But I usually embed my data sets in the report, until multiple reports need the same data, then I pull the data set out into a shared data set. This avoids having to manage too many pieces when deploying or changing reports.

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