To clarify the problem, you want clients to receive updates when certain data in the database changes.
SQL Server 2005 and 2008 support the concept of client notification when data changes ( MSDN ). However, this SO Question seems to indicate that this feature is currently not available in SQL Clout. This means that you have several options:
Poll the database itself
- , , . , , , ( ) . - . , /.
- , push (, WebSockets). , , , , . , , . ( ).
, . , , , .