How to create an index on an existing table (Enterprise Manager)

To create an index on an existing table

  1. Expand a server group; then expand a server.
  2. Expand Databases, expand the database in which the table belongs, and then click Tables.
  3. In the details pane, right-click the table, point to All Tasks, and then click Manage Indexes....
  4. Click New....
  5. In Index name, enter the name for the index.
  6. In Column, select the column to appear in the index. Composite indexes can be created by selecting more than one column.
  7. Optionally, select a column, and then click either Move Up or Move Down to change the order of the columns in the index.
  8. Optionally, in Index options, select:
  9. Optionally, click Edit SQL... to view and edit the Transact-SQL statement used to create the index.
See Also
Creating an Index How to specify a fill factor for an index using a database diagram
How to create a clustered index using a database diagram Placing Indexes on Filegroups
How to create a unique index using a database diagram Rebuilding an Index

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.