asp.net - Alternatives to SQL Notification for triggering code on table changes -
so i've inherited application used sql dependency function associated sql notification services in order perform functionality whenever 1 of tables in db changed. have mvc website - in global.asax file there listening function updated route constraints whenever table changed, based on data changes.
unfortunately we've migrated sql server 2008. now, can't functionality work @ all. far can make out has been removed in sql server 2008 although, annoyingly, seem fire when errors. confused me bit, seem service no longer available.
so i'm in need of suggested alternative. took @ streaminsight seems sledgehammer crack nut, frankly. plus i'm more little suspicious support might removed going forward, support notification services was. simplest approach schedule console application work every 5 minutes or so, immediate updates hugely preferable, , i'm not sure how easy command-line application update fundamental on website routing.
so - suggestions?
from ms post on this thread, sql server 2005 sp 3 notification services run sql server 2008. i'm not sure if want this, supposedly supported long sql server 2005 supported.
from readme sql server 2005 sp 3 notification services:
this release of sql server 2005 notification services components provides support running sql server 2005 notification services against either instance of sql server 2005 database engine or sql server 2008 database engine.
you can download notes here: sql 2005 sp 3 readme files
Comments
Post a Comment