Is there a quick list of all Firebird domains defined for the database that are not actually used by any field? I have a large database with many tables and many domains, and it seems that many of them are no longer in use, so I think it's time to clean up!
I think this is possible by querying system tables RDB$..., but I'm not sure how to do this.
source
share