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 Rss

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

Indexes (6)     Tuning (6)     sys.dm_db_partition_stats (4)     Missing Indexes (1)    
Indexing (6)     Utility (6)     Performance (2)     Performance Tuning (1)    
Maintenance (6)     Crosstab (4)     Backup / Restore (1)     Selectivity (1)    
SQL 2005 (6)     FOR XML PATH (4)     Duplicate Indexes (1)     SQL Server 2008 (1)    
TSQL (6)     List Indexes (4)     Index Tuning (1)     sys.dm_db_index_usage_stats (1)    
T-SQL (6)     pivot (4)     Index Usage (1)     sys.dm_db_missing_index_details (1)    
T-SQL Aids (6)    

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

Add a script

   Items 1 to 7 of 7   
 

The Ultimate Missing Index Finder

Reports stats on what the query optimizer records in the DMVs as missing indexes and what it says the cost savings will be if they were present. Can limit by table / schema name patterns.  Read more...
By Jesse Roberge 2008/10/06 | Source: SQLServerCentral.com | Category: Index Management
Rating: |  Discuss |  Briefcase | 1,438 reads

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: (not yet rated) |  Discuss |  Briefcase | 262 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: (not yet rated) |  Discuss |  Briefcase | 266 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: (not yet rated) |  Discuss |  Briefcase | 524 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 | 251 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: (not yet rated) |  Discuss |  Briefcase | 230 reads

SQL Server 2005 & 2008 - Backup, Integrity Check & Index Optimization

Solution for Backup, Integrity Check and Index Optimization in SQL Server 2005 and SQL Server 2008.  Read more...
By Ola Hallengren 0001/01/01 | Source: SQLServerCentral.com | Category: Backup / Restore
Rating: |  Discuss |  Briefcase | 7,669 reads
   Items 1 to 7 of 7