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?
i thought making clr assembly , linking db. assembly should connect windows service using e.g. tcp/ip service awaken , job
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
Post a Comment