Is it possible to set a trigger for the entire database that will execute a stored procedure when any table has an insert, update, or delete? I have a pretty big database, and I want to run a stored procedure to clean up the data after any table is modified in any way. I'm working with MSSQL 8.0.
Thanks,
Mike
Thanks,
Mike