I would like to develop an application that will monitor the transactions going into my SQL Server Database. I want the application to look at every INSERT, UPDATE, and DELETE transaction that occurs, and based on defined rules, send notifications, set timers, update tables, etc. I don't want to use triggers. I have been looking at Microsoft Message Queue, but I'm not sure that is what I want. Does anyone have any suggestions?
-Jeremy
-Jeremy