Subject | Re: Inconsistency issue in FB 1.56 |
---|---|
Author | Ed Dressel |
Post date | 2013-02-13T21:46:04Z |
> select *I copied the database from the server, ran it locally and deleted the one record. It fixed the problem.
> from rdb$user_privileges u
> where u.rdb$field_name is not null
> and not exists(select * from rdb$relation_fields rf
> where u.rdb$relation_name = rf.rdb$relation_name
> and u.rdb$field_name = rf.rdb$field_name)
Thank you!
Ed Dressel