如何在 sql server 2000 和 asp.net 2.0 中创建对表的 sql 依赖关系?
我需要在我的 asp.net 2.0
页面中的 sql server 2000
中的表上创建 sql 依赖项
。
需要采取哪些行动以及最好的方法是什么? 谢谢..
I need to create sql dependenc
y on a table in sql server 2000
in my asp.net 2.0
pages.
What are the required actions and what is the best way? Thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
微软对此有一个很棒的教程,它基本上解释了您需要使用 aspnet_regsql.exe 实用程序启用它或SqlCacheDependencyAdmin 类
Microsoft has a great tutorial on this which basically explains that you need to enable it using the aspnet_regsql.exe utility or the SqlCacheDependencyAdmin class