I have 2 applications, one to add in database, and the other to watch any changes in database,
How can i track any changes in db ( new record, Change of existing one, deleting), Is there any class like system watcher to watch Database Table?
i searched and found SQL Dependency Class, but i don't know whether it is suitable to my scenario or not.
Thanks in advance,