(1.0) Alter Trigger no longer increments the change count on table
When the count of metadata changes on any single table reaches the maximum of 255, the database
becomes unavailable. Backup and restore are required in order to reset the change count and make
the database once again available. The intention of this feature is to enforce a database cleanup when
table structures have undergone a lot of changes, not to inhibit useful capabilities in the engine.
Previously, each time a trigger was set ACTIVE|INACTIVE by an ALTER TRIGGER statement, the change
count for the associated table would be incremented. This affected the usefulness of disabling and reenabling
trigger code for regular operations, since it would cause the change count to rise quickly.
Partager