Tagged Questions
2
votes
1answer
305 views
Caching with SqlDependency
I'm using SqlDependency to monitor for changes in a database. Let's say, these are stock quotes, to make the example easy to understand. The application also uses (another) SqlDependeny-Object to ...
2
votes
1answer
920 views
NHIbernate SysCache2 and SQLDependency problems
I've set enable_broker on my SQL Server 2008 to use SQLDepndency
I've configured my .Net app to use Syscache2 with a cache region as follows:
<syscache2>
<cacheRegion ...
1
vote
1answer
174 views
Getting SqlChangeMonitor to work
I am trying to get the new SqlChangeMonitor feature included in the System.Runtime.Caching namespace to work and am getting some unexpected results.
I have a simple console application setup as:
...
1
vote
0answers
129 views
Methods to enable Sql Notification Services
What is the difference in the following mentioned things, are these used for differnet purposes or are they used collectively for some functionality, can anyone please differentiante among these based ...
0
votes
2answers
149 views
SqlDependency not working with Entity Framework
I have an issue when trying to start the SqlDependency.
The error informs me: Keyword not supported: 'metadata'.
The connectionstring is the following when retrieved from the immediate window ...
0
votes
2answers
319 views
SqlCacheDependency in n-Tier Architekture
I read some articles about SqlCacheDependency. I think it is a really cool way for updating caches, but i'm not sure how i can handle this technologie if my application is a n-tier architekture.
Is ...