Notify my WCF service when my database is updated

前端 未结 2 1220
遇见更好的自我
遇见更好的自我 2020-12-19 08:33

I have a WCF service that needs to notify it\'s clients when changes occur to the database (sql server 2005). This is relatively easy accomplished, as long as I find a way t

2条回答
  •  天命终不由人
    2020-12-19 09:08

    Look at

    • SQL Server 2005 Query Notifications Tell .NET 2.0 Apps When Critical Data Changes
    • Change Notification with Sql Server 2008

提交回复
热议问题