c# - Immediate response to the event in database should send signal to a Windows Service -


the scenerio is:

i have sql server 2008. when event occur in db database should inform windows service should action.

i don't want wait in interval new tasks/db events something. need immediate action.

what best approach this?

  1. i thought making clr assembly , linking db. assembly should connect windows service using e.g. tcp/ip service awaken , job

  2. or create local inproc com assembly , load db

thanks in advance tips.

i'd create windows service includes sqldependency.

it functions bit filesystemwatcher, sql database.

http://msdn.microsoft.com/en-gb/library/a52dhwx7(v=vs.80).aspx


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -