有什么像 SQL Server 代理一样可以缓存本地访问的数据吗?

发布于 2024-12-02 06:36:20 字数 445 浏览 3 评论 0原文

疯狂地拍摄这个,但有谁知道一种代理可以在本地缓存 SQL Server 查询中使用的数据 - 因此相同的查询可以再次离线运行?

我在这里所做的是针对包含几十个表的(非常大的)数据库开发存储过程。我希望能够将返回结果集时使用的数据缓存在本地,这样当我没有连接到网络时,我可以继续完善存储过程业务逻辑并让它返回数据关闭我拥有的表的本地缓存副本。我只想要本地每个表的一部分。

我可以通过 SSIS 将每个表的一部分复制到本地类似名称的副本,但查找所有相关数据本身就是一项艰巨的工作。我想知道是否有任何东西可以做类似的事情。

(我想将数据本地缓存在与联网 SQL Server 相同的表结构中,这样我就可以继续根据它调整 SQL)。

免责声明:谷歌搜索“SQL Server 在本地缓存查询数据”和变体...

只出现“MTCache”,但除了研究论文之外我找不到任何内容?

谢谢, 射线

Wild shot this, but does anyone know of a kind of proxy that will cache the data used in a SQL Server query locally - so the same query can be run again offline?

What I'm doing here is developing stored procedures against a (very large) database of several dozen tables. I'd like to be able to have the data that was used in the returning of the result set cached locally, so that when I'm not connected to the network, I can continue refining the stored proc business logic and have it return data off the local cached copy of tables I have. I only want a portion of each table locally.

I could SSIS a chunk of each of the tables to similarly named copies locally, but to find all the related data is a chunk of work in itself. I was wondering if there's anything out there that does something similar.

(I want to cache the data locally in the same table structure as the networked SQL Server, so I can continue tweaking the SQL against it).

disclaimer : googled "SQL Server cache query data locally" and variations...

Only "MTCache" turned up, but I can't find out anything beyond the research paper?

Thanks,
Ray

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文