Fake (virtual) indexes
I have a query using 2 date fields (datefield1, datefield2). The 2 date fields come from 2 different tables. There is an index on datefield1 created by the DBAs. When a query is run using both datefield1 and datefield2 it takes a long time to complete. If I take out datefield1 and only query using datefield2 the query comes back rather quickly. Datefield1 also has a fake index (X_INDX). I checked to see if this "fake" index is being used and from what I can tell it's not.