Contents
System InformationMaintenance TasksTroubleshooting and OptimizationWhere to Get the Scripts
System Information
- Hardware Information
- Get manufacturer and model of the "iron", processor name string and frequency using T-SQL.
- Server Information
- Overview report about relevant parameters of the SQL Server instance.
- Database Information
- Report about all user databases: total MB, used MB.
- Object Information
- Report about all user tables: name, rows, reserved KB, data KB, index_size KB, unused DB (based on parts of sp_spaceused).
Maintenance Tasks
- Database Maintenance
- Generate a script for relocation of some database files (data and / or log).
Troubleshooting and Optimization
Where to Get the Scripts
Please see the "Downloads" section to get the scripts.