Is there anyway to send some sort of message from SQL Server to identify that a table has been updated or had a record inserted into it? Preferably TCP but anything will do.
I know there is SQL Notification Services but this is no longer supported in SQL 2008
Just wondering if its possible to build a real time app that pushes notifications of table changes.
Service Broker and Query Notifications.
Overview (Service Broker)
Working with Query Notifications
Query Notifications in SQL Server (ADO.NET)