IMPAX 6.5.1 Server Knowledge Base home > Troubleshooting: IMPAX Server > Troubleshooting: SQL Server database
Issue
When troubleshooting problems in SQL Server 2005, you may need to examine the indexes on a table.
Solution
![]() | Note: Ensure that you are logged in using the AgfaService account; you cannot log into SQL Management Studio using the Administrator account. |
To determine what indexes are on a table
In the SQL Server Management Studio, open a new query window.
Type sp_helpindex <table_name>
where <table_name> is the name of the table you want to find indexes on.
Click 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
Determining the version of SQL Server that is installed
Scheduling the defragmentation job to rebuild SQL 2005 or SQL 2008 database indexes
Topic number: 47031 Applies to: IMPAX 6.5.1 Server Knowledge Base |