Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

The following views are available:■    Overview

  • Overview

...

  • Show Contig

...

  • Statistics

...

  • Schema Changes

...

  • Usage Report

...

  • Common Access Patterns (SQL Server 2005 only)

...

  • Operational Statistics (SQL Server 2005 only)

About getting an overview of space utilization and schema changes for a selected index

The Overview displays space utilization and schema changes for a selected index, as follows:Properties    Displays

  • Properties. Displays general details on the index such as number of keys, fill factor, and whether the index is clustered or unique.
  • In MS-

...

  • SQL. Displays Using CPU and I/O Wait of the selected index over a selected time period, based on its contribution to overall performance when accessed by the execution plan.
  • Space

...

  • Allocation. Displays the amount of free space and used space (in MB) in the selected index, over the selected time period.

Note: The values may be incorrect due to out-of-date space usage information. To update the values, use the DBCC UPDATEUSAGE command to recalculate the space usage fields. For more information, see SQL Server Books Online.

...

Index Non-Key Columns    Displays the non-key column names.

Anchor
AboutthePartitionentitySQLServer2005only
AboutthePartitionentitySQLServer2005only
About the Partition entity (SQL Server 2005 only)

The Partition entity displays information on how an index or table is partitioned. All tables and indexes in a database are considered to be partitioned, in SQL Server 2005, even if they are made up of only one partition. The data of partitioned tables and indexes is divided into units that can be spread across more than one file group in a database. The data is partitioned horizontally, so that groups of rows are mapped into individual partitions.

...