Quote:
|
Originally Posted by palchuri
To perform this I should have a process runs everyday. Can we write a intellegent trigger(I don't trigger supports this... some way) which automatically identifies n days older data and delete it automatically. Any ideas?
|
Once a trigger is written, its ready for execution always. Make some condition like On INSERT/UPDATE, i mean whenever there will be some action on the source table then the TRIGGER will be FIRED.
See the Syntax of Triggers for better understanding.
Thanks,
Jay