Job to monitor changes to functions, triggers or procudures

Hello
How to configure a job to monitor changes to functions, triggers or procedures. Thanks

You'd need to create a DDL trigger in every db to capture the changes, say into a table. Then you could have a job that reported on those tables on any schedule you wanted.

1 Like