.net - Notify running Windows app when line is inserted in sql table -
i need have windows application (that writing) somehow information new record has been added sql table. sql server ms sql server 2008, , windows app .net 4 app. sql server , running app on different computers, constants in equation. best way notification running app?
i decided create clr trigger, opens tcpclient connection, parameters stored in config table. app creates tcplistener object , waits clr trigger send data.  seems working well.
Comments
Post a Comment