Skip to content

Scripts and Tips for SQL Performance & management

Notifications You must be signed in to change notification settings

uuctum/sqlManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

sqlManagement

Scripts and Tips for SQL Performance & management that I collected or created

Disclaimer

These scripts are provided AS IS without warranty of any kind. The entire risk arising out of the use or performance of the sample scripts and documentation remains with you.

Rebuild all indexes

Indexes should be rebuild and reorganized periodically. Although it's much more efficient to rebuild only the problematic indexes, in most cases the time benefit of filtered run can be ignored. In such cases, the following lines can be used to reindex all tables

Fragmentation

List indexes that are fragmented more than the given percentage

Missing Indexes

List of missing indexes that will help to improve the performance

About

Scripts and Tips for SQL Performance & management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages