sql cache dependency

aspnet_regsql.exe –S “.\yukon” –U “sa” –P “1” –d “CacheDepDemo” –ed
aspnet_regsql.exe –S “.\yukon” –U “sa” –P “1” –d “CacheDepDemo” –t “Ogrenciler” -et

Sample:

C:\Windows\Microsoft.NET\Framework\v2.0.50727>aspnet_regsql.exe -S localhost -E
-ed -d Yasatay -et -t MevzuatDetay
Enabling the database for SQL cache dependency.
.
Finished.
Enabling the table for SQL cache dependency.
Finished.

http://stackoverflow.com/questions/4379106/configuring-sqlcachedependency-with-aspnet-regsql

search this blog (most likely not here)