views:

468

answers:

1

I need to create a sql dependency 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?

+1  A: 

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

Wayne