Use the SQL Server Table Index Editor to define table indexes in a SQL Server 2005/2008 physical model.
To define a SQL Server table index
The SQL Server Table Index Editor opens.
Note: Click New
on the toolbar to create either a new unique (alternate key, or AK) or non-unique (inverted entry, or IE) index.
Specifies to display FK (foreign key) indexes in the Navigation Grid.
Specifies the physical name of the index. Change the physical name of the index in this field.
Displays key designation of the index.
Specifies if the index is unique or non-unique. Select the check box if it is a unique index.
Generates SQL during forward engineering. Clear the check box if you do not want to generate SQL.
Specifies whether the index is clustered or nonclustered.
Specifies whether the index should be suppressed from a logical model and appear in a physical model only.
Defines the constraint associated with the index.
Lists the columns defined to the table and lets you specify the columns to place into the index.
Specifies other non-key columns to include in the index. These columns are not part of the index but are stored along with the index columns in the index data area for fast retrieval. This optimizes retrieval speed because a read of this column is satisfied from the index data area, without accessing the row from the row data area.
The table index is defined and the SQL Server Table Index Editor closes.
| Copyright © 2009 CA. All rights reserved. | Email CA about this topic |