SqlCacheDependency via Service Broker Notification in a WebEdition of SqlServer 2008 R2 -
SqlCacheDependency via Service Broker Notification in a WebEdition of SqlServer 2008 R2 -
i appreciate help:
we planing purchase sql server 2008 r2 web edition (we must version), utilize functionality of service broker sqlcachedependency - notification mode (not polling mode).
http://msdn.microsoft.com/en-us/library/cc645993%28v=sql.105%29.aspx said web edition back upwards service broker (messaging) : "client only" - kind of short version.
our server-environment is:
one http server 2 web-application one database server single instance of sql server 2008 r2 web edition.the thought that: when new record added database table, sql server should notify both web-apllications , reset caches (so have 2 integral caches). not planing create distributed cache (memcache or sth)
is there way combine these 2 demands (sqlcachedependency via service broker notification in webedition of sqlserver 2008 r2) ? purchase module, or server architecture tricks. ides ?
thanks in advance.
the "client only" kind of misnomer. means 2 service broker services exchange services must route message through @ to the lowest degree higher edition version. express edition cannot exchange messages express edition unless standard (or higher) edition server routes messages between them.
while educational, irrelevant since query notifications (the feature behind sqlcahedependency modus operandi), never has send message remotely sql server instance. local, 'client-only' restriction never applies. 100% accurate should add together the way sqlcachedependency uses query notifications never requires remote messaging, splitting hairs.
i recommend read article linked, post shows quite few misunderstanding on how technology works.
sql-server-2008 sql-server-2008-r2 service-broker sqlcachedependency
Comments
Post a Comment