有什么像 SQL Server 代理一样可以缓存本地访问的数据吗?
疯狂地拍摄这个,但有谁知道一种代理可以在本地缓存 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论