SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Scripts with tags SQL Server 2005, Index Management, Administration, Maintenance and Management, List Indexes Rss

Refine your search with one of the following additional tags (with number of items):

Indexes (4)     TSQL (4)     Utility (4)     sys.dm_db_partition_stats (3)    
Indexing (4)     T-SQL (4)     Crosstab (3)     Duplicate Indexes (1)    
Maintenance (4)     T-SQL Aids (4)     FOR XML PATH (3)     Index Usage (1)    
SQL 2005 (4)     Tuning (4)     pivot (3)     sys.dm_db_index_usage_stats (1)    

Search for any content tagged SQL Server 2005 & Index Management & Administration & Maintenance and Management & List Indexes

Add a script

   Items 1 to 4 of 4   
 

The Ultimate Duplicate Index Finder

Searches database-wide for multiple indexes in the same table which has the same column as the first seek key. Optionally limits to LIKE wildcard patterns of table and schema names.  Read more...
By Jesse Roberge 2008/10/17 | Source: SQLServerCentral.com | Category: Index Management
Rating: |  Discuss |  Briefcase | 1,005 reads

The Ultimate Index Usage Reporter

Reports index stats, index size+rows, member seek + include columns as two comma separated output columns, and index usage stats for one or more tables and/or schemas.  Read more...
By Jesse Roberge 2008/10/13 | Source: SQLServerCentral.com | Category: Index Management
Rating: |  Discuss |  Briefcase | 2,032 reads

The Ultimate Index Lister (Non-Pivoted)

Lists details for all indexes on one or more tables / schemas, including row count and size. The non-pivot version also gives data type and other details for the columns.  Read more...
By Jesse Roberge 2008/10/07 | Source: SQLServerCentral.com | Category: Index Management
Rating: (not yet rated) |  Discuss |  Briefcase | 1,037 reads

The Ultimate Index Lister (Pivoted)

Lists details for all indexes on one or more tables / schemas, including row count and size. This version outputs the member seek + include columns as two comma separated output columns.  Read more...
By Jesse Roberge 2008/10/09 | Source: SQLServerCentral.com | Category: Index Management
Rating: |  Discuss |  Briefcase | 894 reads
   Items 1 to 4 of 4