I have a table with a heavy load(many inserts/updates/deletes) in a SQL2005 database. I\'d like to do some post processing for all these changes in as close to real time as
Since you said there're many inserts running on that table, a batch processing could fit better.
Why did just create a scheduled job, which handle new data identified by a flag column, and process data in large chunks?