![]() |
Learn more about Toad for SQL Server Find solutions and downloads at the |
Toad for SQL Server 6.6 |
To create or alter index
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.
Select one of the following:
Complete the fields as necessary. Review the following for additional information:
General Page | Description |
Available columns | Select a column and click 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: