SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Content with tag Maintenance Rss

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

Administration (21)     FOR XML PATH (4)     Troubleshooting (2)     Rebuilding indexes (1)    
T-SQL (21)     index (4)     Aggregates (1)     report (1)    
Maintenance and Management (20)     routine database growth (4)     archive (1)     resource planning (1)    
SQL Server 2005 (20)     routine growth (4)     Backup (1)     Running aggregate (1)    
Utility (16)     sys.allocation_units (4)     Backups (1)     Running Totals (1)    
Index Management (11)     Fragmentation (3)     Career (1)     Security (1)    
Performance Tuning (10)     Space Usage (3)     consulting (1)     Selectivity (1)    
Admin (9)     SQL Server 7, 2000 (3)     Custom index defragmentation (1)     Staging (1)    
Indexes (9)     Automation (2)     Database Roles (1)     statistics (1)    
Indexing (9)     Buffer Cache (2)     Defragment (1)     sys.dm_db_index_usage_stats (1)    
T-SQL Aids (9)     Index Usage (2)     delete (1)     sys.dm_db_missing_index_details (1)    
automated DBA (7)     Lock and Connection Management (2)     Development (1)     sys.dm_exec_connections (1)    
Storage (7)     Search (2)     Duplicate Indexes (1)     sys.dm_exec_cursors (1)    
sys.dm_db_partition_stats (7)     sys.dm_exec_query_plan (2)     growth trend (1)     sys.dm_tran_session_transactions (1)    
List Indexes (5)     sys.dm_exec_requests (2)     Index Tuning (1)     sys.foreign_key_columns (1)    
pivot (5)     sys.dm_exec_sessions (2)     Log File Maintenance (1)     sys.foreign_keys (1)    
auto-growth (4)     sys.dm_exec_sql_text (2)     Maintenance Plans (1)     sys.sql_modules (1)    
Crosstab (4)     sys.dm_os_buffer_descriptors (2)     Management (1)     xp_cmdshell (1)    
data file management (4)     sys.partitions (2)     Missing Indexes (1)    
   Items 1 to 20 of 45    Next 20 >>
 

INDEX DEFRAGMENTATION SCRIPT

Index Defragmentation is one of the most important DBA tasks. This will significantly improve query performance.   Read more...
Rating: (not yet rated) |  Discuss |  Briefcase | 18 reads

The Ultimate Running Requests Reporter

Reports all running requests along with the request's identifying information (SPID, login etc), current resource consumption, query batch text, statement text, and XML query plan.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 2,487 reads

The Ultimate Connection Summarizer and Trouble Finder

Reports summaries, in 3 levels of detail, connections, running requests, open transactions + cursors, and blocking. Provides query text + plan for the piggiest running request of each group.  Read more...
Rating: |  Discuss |  Briefcase | 4,468 reads

Identify Obsolete Indexes

Drop indexes no longer being used.  Read more...
By RCC-JAXDBA 2009/10/19 | Source: SQLServerCentral.com | Category: index
Rating: |  Discuss |  Briefcase | 670 reads

The Ultimate Foreign Key Researcher

Searches for actual and potential foreign key columns for a given primary key reference.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 1,796 reads

The Ultimate Precompiled Procedure Searcher

Searches precompiled procedures for the provided search string, optionally limiting to names matching a 2nd search string.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: SQL Server 2005
Rating: |  Discuss |  Briefcase | 1,603 reads

Shrink Log File to Target Percentage

Performs a checkpoint or a transaction log backup followed by a DBCC SHRINKFILE on the transaction log to the target percentage specified relative to the total data file(s) size.  Read more...
By Tommy Bollhofer 0001/01/01 | Source: SQLServerCentral.com | Category: Maintenance
Rating: |  Discuss |  Briefcase | 1,063 reads

Shrink Log File to Target Percentage

Performs a checkpoint or a transaction log backup followed by a DBCC SHRINKFILE on the transaction log to the target percentage specified relative to the total data file(s) size.  Read more...
By Tommy Bollhofer 0001/01/01 | Source: SQLServerCentral.com | Category: Maintenance
Rating: |  Discuss |  Briefcase | 1,063 reads

Defragmenting and rebuilding indexes

Following code snippet will selectively rebuild indexes that have been thrashed after a big indert  Read more...
By Cool 2009/08/26 | Source: SQLServerCentral.com | Category: Rebuilding indexes
Rating: |  Discuss |  Briefcase | 1,047 reads

Three Sample reports for the Automated DBA: Space Usage SnapShotter

1100 largest indexes by total buffer cache usage; 100 largest tables by total reserved pages; Largest tables in each database with running total of space usage and growth since last snapshot  Read more...
By Jesse Roberge 2009/07/13 | Source: SQLServerCentral.com | Category: Admin
Rating: (not yet rated) |  Discuss |  Briefcase | 1,220 reads

The Automated DBA: Batch Database File Grower - SQL 2000 Version

Grows all of the data files in a database based on the greater of a fixed minimum free space amount or a dynamic percentage of the size of the largest table in the filegroup.  Read more...
By Jesse Roberge 2009/06/25 | Source: SQLServerCentral.com | Category: T-SQL
Rating: (not yet rated) |  Discuss |  Briefcase | 357 reads

The Automated DBA: Batch Database File Grower - SQL 2005 Version

Grows all of the data files in a database based on the greater of a fixed minimum free space amount or a dynamic percentage of the size of the largest table in the filegroup.  Read more...
By Jesse Roberge 2009/06/23 | Source: SQLServerCentral.com | Category: T-SQL
Rating: (not yet rated) |  Discuss |  Briefcase | 582 reads

The Automated DBA: Batch Database File Grower - SQL2005 ReportOnly Ver

Grows all of the data files in a database based on the greater of a fixed minimum free space amount or a dynamic percentage of the size of the largest table in the filegroup.  Read more...
By Jesse Roberge 2009/06/22 | Source: SQLServerCentral.com | Category: T-SQL
Rating: (not yet rated) |  Discuss |  Briefcase | 528 reads

The Automated DBA: Batch Database File Grower - SQL2000 ReportOnly Ver

Grows all of the data files in a database based on the greater of a fixed minimum free space amount or a dynamic percentage of the size of the largest table in the filegroup.  Read more...
By Jesse Roberge 2009/06/19 | Source: SQLServerCentral.com | Category: T-SQL
Rating: (not yet rated) |  Discuss |  Briefcase | 361 reads

The Automated DBA: Space Usage Snapshotter (sysadmin; central DB)

Records snapshots of space usage & buffer cache usage stats by partition, index, table, schema, filegroup, & database. Stats incl Reserved, Used, Data, buffer cache for row, lob, & overflow.  Read more...
By Jesse Roberge 2009/06/17 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 1,129 reads

The Automated DBA: Space Usage Snapshotter Lite (non-sysadmin dbo)

Records snapshots of space usage stats by partition, index, table, schema, filegroup, and database. Stats include Reserved, Used, and Data for row, lob, and overflow.  Read more...
By Jesse Roberge 2009/06/15 | Source: SQLServerCentral.com | Category: Administration
Rating: (not yet rated) |  Discuss |  Briefcase | 680 reads

Automate drive space monitoring for all production servers

Monitoring space in production server is one of the top priority tasks for a DBA. This script will automate it   Read more...
By Roshan Joe Joseph 2009/06/12 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 1,306 reads

Drop user statistics

This procedure drops all manually added statistics (field user_created=1)  Read more...
By Wilfred van Dijk 2009/06/11 | Source: SQLServerCentral.com | Category: Maintenance
Rating: (not yet rated) |  Discuss |  Briefcase | 259 reads

Custom Maintenance Plans - the T-SQL way

The non-SSIS/GUI method I use to deploy standardized Database Maintenance Plans  Read more...
By Mark Marinovic 2009/06/08 | Source: SQLServerCentral.com | Category: Maintenance
Rating: |  Discuss |  Briefcase | 871 reads

The Ultimate Running Requests Reporter

Reports all running requests along with the request's identifying information (SPID, login etc), current resource consumption, query batch text, statement text, and XML query plan.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 2,487 reads
   Items 1 to 20 of 45    Next 20 >>
 
Most popular

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 | 10,988 reads

The Ultimate Running Requests Reporter

Reports all running requests along with the request's identifying information (SPID, login etc), current resource consumption, query batch text, statement text, and XML query plan.  Read more...
By Jesse Roberge 0001/01/01 | Source: SQLServerCentral.com | Category: T-SQL
Rating: |  Discuss |  Briefcase | 2,487 reads

Shrink Log File to Target Percentage

Performs a checkpoint or a transaction log backup followed by a DBCC SHRINKFILE on the transaction log to the target percentage specified relative to the total data file(s) size.  Read more...
By Tommy Bollhofer 0001/01/01 | Source: SQLServerCentral.com | Category: Maintenance
Rating: |  Discuss |  Briefcase | 1,063 reads