Tagged Questions
0
votes
1answer
245 views
Is there some database-independent way get data change notifications at the field level?
Currently, using SQL Server 2005, I poll a "windows events" database to determine changes in a table called WINDOWS_EVENTS, which has a timestamp field. Looking at the timestamp I can determine if the ...