hi guys,
i'm just a newbie to database.
i was wondering how to monitor a database for changes programatically.
Suppose i want to have a .net application which would run after every 100th or(nth) row insertion or row deletion or updation . how can it be achieved?
I know little about triggers.they can be used to fire executable.
But i heard that it isnt a good practice.
Is there any other way?
2]Do database fire events on table updations? and can they be caught in a program?
3]Can SQL reporting services be used here?
(Also assuming that this application is independent from the actual program which does database manipulation.)
thxz