Subject Re: [IBO] Auto Update Marking
Author Daniel Miller
I haven't actually done it, but here's a humble theory:

1. Create a modification history table.
2. Create after-insert/after-update triggers for the system tables, to log the changes to the modification history table.

This would give you a searchable or reportable log, though not a "marking" that you would see if you extracted the DDL for a given trigger, procedure, etc.

Daniel


[Non-text portions of this message have been removed]