sp_statistics

sp_statistics returns a list of indexes on a single table.

Syntax

server_name... sp_statistics table_name [, table_owner] 
	[, table_qualifier] [, index_name] [, is_unique]

Parameters

Examples

Usage

  • The indexes in the results set appear in ascending order, ordered by the non-unique, type, index_name, and seq_in_index columns.

Permissions

Any user can execute sp_statistics.