Indexing Sybase tables |
|
Indexes help SQL Server locate data. They speed up data retrieval by pointing SQL Server to the disk location of a table column's data. A table may have more than one index. They are an integral part of your table, and you should always plan your table to include an index.
|
Maintained by John Shipman, john@nmt.edu;
original by Steve Anderson
Last updated: 1997/06/25 19:45:20 UT URL: http://www.nmt.edu/tcc/help/db/sybase/indexes.html |
|