Keeping informed from changes in Tables | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Keeping informed from changes in Tables

Hi,
I am developing an database application using c#.I want to be kept informed about updates or deletes in SQL-SERVER 2005 tables..But I dont want to do this by polling the Tables eveytime..I just wonder if we SQL-SERVER 2005 has a tool that you can describe events and from my c# code I can subscribe to this event..If something like this is available,there is no need to poll every time..I can define an event that must me invoked when updates occur,and inform the applications that were subscribed it before…
use SQL profiler —————————————-
]]>