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

Scripts with tags SQL 2005, Maintenance Rss

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

Maintenance and Management (8)     T-SQL Aids (6)     Database Roles (1)     SQL 2000 (1)    
SQL Server 2005 (8)     Crosstab (4)     Duplicate Indexes (1)     sys.dm_db_index_usage_stats (1)    
Administration (7)     FOR XML PATH (4)     Index Tuning (1)     sys.dm_db_missing_index_details (1)    
Index Management (7)     List Indexes (4)     Index Usage (1)     sys.dm_exec_connections (1)    
Indexes (7)     pivot (4)     Lock and Connection Management (1)     sys.dm_exec_cursors (1)    
Indexing (7)     sys.dm_db_partition_stats (4)     Management (1)     sys.dm_exec_requests (1)    
T-SQL (7)     Performance (3)     Missing Indexes (1)     sys.dm_exec_sessions (1)    
Tuning (7)     Performance Tuning (2)     Security (1)     sys.dm_tran_session_transactions (1)    
Utility (7)     Admin (1)     Selectivity (1)     Troubleshooting (1)    
TSQL (6)    

Search for any content tagged SQL 2005 & Maintenance

Add a script

   Items 1 to 9 of 9   
 

Reindex all indexes online or offline depending on day of week.

This script will reindex (online) any index eligible to be reindexed online. Accepts a day of week parameter for full offline reindexing.   Read more...
By Kenneth Singer 2008/11/12 | Source: SQLServerCentral.com | Category: SQL 2005
Rating: (not yet rated) |  Discuss |  Briefcase | 40 reads

The Ultimate Connection Summarizer and Trouble Finder

Reports summaries of connections, running requests, open transactions, open cursors, and blocking at 3 different levels of aggregation detail, ranking trouble groups first.  Read more...
Rating: (not yet rated) |  Discuss |  Briefcase | 226 reads

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,788 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 | 326 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 | 311 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 | 609 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 | 737 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 | 611 reads

Script a Database Role

Script one or all roles in a database. Includes users, obect permissions and column permissions.  Read more...
By Ed Vassie 2008/02/20 | Source: SQLServerCentral.com | Category: SQL 2000
Rating: |  Discuss |  Briefcase | 1,157 reads
   Items 1 to 9 of 9