Microsoft KB Archive/45255

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:56, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

INF: Use of Multiple Unique Indexes by dbqual in Browse Mode

ID: Q45255



The information in this article applies to:


  • Microsoft SQL Server Programmer's Toolkit, version 4.2



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
Version : 4.2
Platform : OS/2
Issue type :


Last Reviewed: March 6, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.