-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We have a "condensed check" script of best practices that we're usually using for the SQL Server Review:
However, it's incomplete, and missing several checks, most of which exist in other scripts:
- High VLF Count
- Foreign Keys without corresponding indexes
- Heap Tables
- Invalid owner for system schema role or database
- Outdated Statistics
- Redundant Indexes
- Orphaned jobs
- Additional checks from Azure-SQL-Tips
- Table and Index High Unused Space
Feel free to also add more checks and list them here.
NOTE: This is a continuation of an identical issue in the old repository: MadeiraData/MadeiraToolbox#2
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request