IMPAX 6.5.1 Server Knowledge Base home > SQL Server home

Determining the indexes on a SQL table

Note:

Note:

Ensure that you are logged in using the AgfaService account; you cannot log into SQL Server Management Studio using the Administrator account.

This procedure applies to SQL Server 2005 and SQL Server 2008.

To help you in troubleshooting SQL Server problems, find out what indexes are on a table.

To determine the indexes on a SQL table

  1. In the SQL Server Management Studio, open a new query window.

  2. Type sp_helpindex table_name

    where table_name is the name of the table you want to find indexes on.

  3. Click Execute.Execute

The index list and their properties are displayed. Ignore the entries starting with _WA as they are temporary indexes created by the server. The server discards them.


See also


Topic number: 47034

Applies to: IMPAX 6.5.1 Server Knowledge Base