2010/04/09

Enabling the table for SQL Cache Dependency

To enable the table for SQL Cache dependency

First go to c:\WINDOWS\Microsoft.NET\Framework\versionNumber
Then type in the following command:
aspnet_regsql -S [DB server] -U [user name] -P [password] -d [DB name] -ed -et -t [table]

No comments:

Post a Comment