Unique Keys Editor (SQL Server)
Go Up to Microsoft SQL Server Object Editors
The Unique Keys Editor lets you manage columns and properties for a unique key and view associated statistics.
To edit a unique key
- Open an editor on the unique key. For details, see Opening an Object Editor.
- Use the following table as a guide to understanding and modifying the settings on the tabs of this editor before submitting your changes:
Tabs | Settings | Tasks | |
---|---|---|---|
Columns |
Lets you manage columns that make up the unique key. On opening, this tab shows the existing columns. For each column, the listing displays the datatype (and if applicable the precision in brackets) and whether the table definition permits nulls in the target table column. Optionally you can:
| ||
Properties |
Lets you work with settings in the following categories: | ||
Creation |
In addition to displaying identifying information, you can modify the Build Online and Max degree of parallelism properties. For details on these properties, see Unique Keys Wizard (SQL Server). | ||
Attributes |
| ||
Storage |
| ||
Statistics |
Displays statistics in the following categories: | ||
Page Statistics |
Data Pages, Pages Reserved, Used Pages, and Total Pages Modified. | ||
Row Statistics |
Maximum Row Size, Minimum Row Size, Max Size of Non-Leaf Index Row, and Total Rows Modified Since Last. | ||
DDL View |
For details on using this tab, see Viewing the SQL/DDL for an Object. |