The information in this article applies to:
If a table has multiple unique indexes, dbqual chooses the first unique index encountered in SYSINDEXES. Because a clustered index always has indid=1 and because sysindexes is maintained in indid order within index, a clustered index will be chosen over all other indexes if it is also unique. If there are no unique indexes, the first primary key in SYSKEYS will be chosen. Additional query words: DB-Library db-lib dblib
Keywords : kbprg SSrvDB_Lib |
Last Reviewed: March 6, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |