Subject Re: [ib-support] Max metadata changes allowed
Author Lucas Franzen
> You can perform a total of 254 metadata changes on a database object. As
> soon as one object reaches this magic total, you won't be able to connect
> to the database before backing up and restoring. This will restore the
> change counts on all objects to zero.

I don't want to split hairs, but are you sure it is set to 0 and not to
1?
I think e.g. triggers / procedures will be created with an empty body
and altered to their "real" statements afterwards, which will set it to
1.

;-)

Luc.