The mysterious case of the missing index.
I've got this nightmare replicated database (using internet replication on laptops and a main server).
I've had awful trouble with the links in it. Admittedly it doesn't have full referential integrity switched on so I should expect it really.
Anyway it's got one very popular table that kept collecting duplicates. So I added a non-duplicate index to it.
Now that index has disappeared and duplicates have appeared in the offending table again.
So how did it disappear all by itself?
The design master hasn't been touched. Replication manager history log shows that it never received any incoming design changes.
Any ideas?
david epsom dot com dot au - 15 Dec 2004 06:26 GMT
Compacting the database causes the deletion of
any corrupt indexes.
(david)
> The mysterious case of the missing index.
>
[quoted text clipped - 11 lines]
>
> Any ideas?
Paul - 15 Dec 2004 10:15 GMT
Thanks.
I've put the index back again.
Am I right in thinking these replicated databases MUST have full referential integrity for there links to hold together okay?
Cheval - 15 Dec 2004 20:45 GMT
Data links, yes. That is what the term "referential integrity" means.
Thanks.
I've put the index back again.
Am I right in thinking these replicated databases MUST have full referential
integrity for there links to hold together okay?