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

Scripts with tag Administration Rss

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

SQL Server 2005 (37)     Role (3)     Data and Log file Usage for a DB (1)     Programming (1)    
T-SQL (35)     Space Usage (3)     Data Warehousing (1)     PUBLIC (1)    
Maintenance and Management (27)     Troubleshooting (3)     Databases (1)     recent backups (1)    
Utility (25)     Administrator (2)     DBA (1)     report (1)    
Maintenance (21)     Automation (2)     DDL (1)     Running aggregate (1)    
T-SQL Aids (16)     Backup / Restore (2)     Development (1)     Running Totals (1)    
Admin (12)     Buffer Cache (2)     Duplicate Indexes (1)     script (1)    
Index Management (11)     column (2)     Error Logs (1)     scripting (1)    
Performance Tuning (11)     GRANT (2)     Extended Stored Procedures (1)     Selectivity (1)    
Security (10)     Index Usage (2)     FileGroup (1)     space used (1)    
Indexes (9)     Lock and Connection Management (2)     foreign key constraints (1)     SQL Permissions (1)    
Search (9)     Logins (2)     foreign keys (1)     SQL Server 2008 (1)    
Indexing (8)     Restore (2)     Fragmentation (1)     Stored Procedures (1)    
Storage (8)     sys.dm_exec_query_plan (2)     growth trend (1)     String Manipulation (1)    
tables (8)     sys.dm_exec_requests (2)     Index Tuning (1)     Syntax Check (1)    
automated DBA (7)     sys.dm_exec_sessions (2)     Indexed Views (1)     sys.dm_db_index_usage_stats (1)    
SQL Server 7, 2000 (7)     sys.dm_exec_sql_text (2)     kill sessions (1)     sys.dm_db_missing_index_details (1)    
sys.dm_db_partition_stats (7)     sys.dm_os_buffer_descriptors (2)     Locking (1)     sys.dm_exec_connections (1)    
Backup (5)     sys.partitions (2)     Management (1)     sys.dm_exec_cursors (1)    
List Indexes (5)     Aggregates (1)     mirror (1)     sys.dm_tran_session_transactions (1)    
pivot (5)     attach (1)     Miscellaneous (1)     sys.foreign_key_columns (1)    
auto-growth (4)     Audit (1)     Missing Indexes (1)     sys.foreign_keys (1)    
Crosstab (4)     Cleanup (1)     move (1)     sys.sql_modules (1)    
data file management (4)     CLR functions (1)     multi process (1)     Table Valued Function (1)    
FOR XML PATH (4)     CLR Stored Procedures (1)     Normalization (1)     trace (1)    
routine database growth (4)     CLR UDT (1)     Object Permissions (1)     TSQL (1)    
routine growth (4)     Column Permissions (1)     Partitioning (1)     User (1)    
sys.allocation_units (4)     Custom index defragmentation (1)     Performance (1)     Warehouse (1)    
Permissions (3)     data (1)     Profiler (1)    

Search for any content tagged Administration

Add a script

   Items 1 to 20 of 97    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

Time and date since your sql services has started

A script to find the time and date since your sql services has started  Read more...
By Tushar Kudalkar 2009/11/23 | Source: SQLServerCentral.com | Category: Administration
Rating: (not yet rated) |  Discuss |  Briefcase | 6 reads

View Errors in the Default Trace

Returns records with errors from the default trace ordered by most recent first  Read more...
By Jon Morisi 2009/11/12 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 345 reads

Wait for Mirror treshold

This procedure checks if a mirror treshold exists and wait until this treshold is cleared or after a specified time.  Read more...
By Wilfred van Dijk 2009/11/10 | Source: SQLServerCentral.com | Category: Administration
Rating: (not yet rated) |  Discuss |  Briefcase | 172 reads

Custom cleanup procedure for backup files

There are times when maintenance plan is too simple to do the job, and SSIS is unreachable for you. Here is a simple stored procedure to help you.   Read more...
By Roshan Joe Joseph 2009/11/05 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 453 reads

The Ultimate Index-Less Foreign-Key Finder

Searches for foreign key constraints that don't have fully matching indexes. The best partial matching indexes are outputted with MatchCounts and column comparisons.  Read more...
By Jesse Roberge 2009/10/15 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 571 reads

Find SQL Server Error Log Path

Script to Find SQL Server Error Log Path  Read more...
By Vijendran R 2009/10/09 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 421 reads

The Ultimate Object Searcher

Searches for objects (including CLR) who's names contain the search string. outputs IDs, names, and types of the object and its parent.  Read more...
By Jesse Roberge 2009/10/06 | Source: SQLServerCentral.com | Category: T-SQL
Rating: (not yet rated) |  Discuss |  Briefcase | 631 reads

Move one Filegroup to another

This script copies all tables found in a specific filegroup to another specific filegroup.  Read more...
By Tobias Kiemes 2009/08/19 | Source: SQLServerCentral.com | Category: FileGroup
Rating: (not yet rated) |  Discuss |  Briefcase | 423 reads

Backup Report

A handy script for DBAs to find the last healthy backup of a database.  Read more...
By Vijendran R 2009/08/06 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 549 reads

The Complete SQL Server 2005 Permissions Report

The script provides complete and comprehensive permission reports, on all SQL Server security hierarchy levels, for all Logins. Reports on particular Logins and databases can be customized.  Read more...
By Richard Lu 2009/08/03 | Source: SQLServerCentral.com | Category: Administration
Rating: |  Discuss |  Briefcase | 1,697 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

Script to find latest backups for all databases

If you are not the only one who takes care of the backups, knowing the backups taken recently is very crucial for a production DBA.  Read more...
By Roshan Joe Joseph 2009/07/01 | Source: SQLServerCentral.com | Category: Backup
Rating: |  Discuss |  Briefcase | 822 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: 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 - 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: 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

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

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
   Items 1 to 20 of 97    Next 20 >>
 
Most popular

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. Updated 05 Sep 2009.  Read more...
By Ola Hallengren 0001/01/01 | Source: SQLServerCentral.com | Category: Backup / Restore
Rating: |  Discuss |  Briefcase | 23,016 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 | 10,987 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,485 reads