Learn more about Toad for SQL Server
at Dell Software

Find solutions and downloads at the
Toad for SQL Server Support Portal

Toad for SQL Server 6.6

You are here: SQL Server Objects > Indexes > Create and Alter Indexes

Create and Alter Indexes

This topic focuses on information that may be unfamiliar to you. It does not include all step and field descriptions.

To create or alter index

  1. Select the Indexes node in the Object Explorer.

    Note: You can also right-click a table in the Tables node and select View Details | Indexes.

  2. Select one of the following:

  3. Complete the fields as necessary. Review the following for additional information:

    General PageDescription

    Available columns

    Select a column and click to add it to the index.

    Note: You can also modify these columns from the Included Columns page.

    Options Page

    Description

    Ignore duplicate values

    Select True to insert any non-duplicate key values into the table and reject any duplicate values. If this option set to False, all values are rejected if any duplicate values are found.  

    Pad index

    Select True to fill index according to specified fill factor. If this option set to False, the index is filled to near capacity, leaving at least one row that is the maximum size the index supports.

    Fill factor

    Select True and enter a percentage for the fill factor.

    Filegroup

    Select the filegroup where this index is stored.

Tips:

 

Related Topics

About Tables 

Defragment Indexes

of