Related resources for SQL Cache Notification
  • ASP.NET Caching: SQL Cache Dependency With SQL Server 200010/4/2012 10:18:34 AM. SQL cache dependencies are one of the most wonderful new features in ASP.NET 2.0, the ability to automatically invalidate a cached data object (such as a DataSet or Custom Data Type) when the related data is modified in the database. This feature is supported in both SQL Server 2005 and in SQL Server 2000, although the underlying plumbing is quite different.