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

Scripts with tags T-SQL, SQL Server 2005, Indexing, Crosstab Rss

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

Administration (4)     Maintenance and Management (4)     Tuning (4)     Index Usage (1)    
FOR XML PATH (4)     pivot (4)     Utility (4)     Performance (1)    
Index Management (4)     SQL 2005 (4)     List Indexes (3)     Selectivity (1)    
Indexes (4)     TSQL (4)     sys.dm_db_partition_stats (3)     sys.dm_db_index_usage_stats (1)    
Maintenance (4)     T-SQL Aids (4)     Duplicate Indexes (1)    

Search for any content tagged T-SQL & SQL Server 2005 & Indexing & Crosstab

Add a script

   Items 1 to 4 of 4   
 

The Ultimate Prospective-Index Column(s) Selectivity Analyzer

Gets single-column and cumulative-column selectivity stats and @Top largest dupe sets for each cumulative column stepping for a set of one or more columns for a table.  Read more...
By Jesse Roberge 2008/10/24 | Source: SQLServerCentral.com | Category: Index Management
Rating: |  Discuss |  Briefcase | 842 reads

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 | 982 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 | 1,971 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 | 884 reads
   Items 1 to 4 of 4