{"id":29040365,"url":"https://github.com/data2proc/sql-health-dashboard-pro","last_synced_at":"2026-05-07T01:33:06.282Z","repository":{"id":296853649,"uuid":"994721954","full_name":"data2proc/SQL-Health-Dashboard-Pro","owner":"data2proc","description":"🩺 Lightweight SQL Server health check toolkit — run diagnostics, export reports, and monitor critical metrics with simple scripts and PowerShell.","archived":false,"fork":false,"pushed_at":"2025-06-08T19:18:05.000Z","size":55,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-26T14:05:04.146Z","etag":null,"topics":["database","dba-tools","health-check","performance-monitoring","powershell","sql","sql-dashboard","sql-health","sql-server"],"latest_commit_sha":null,"homepage":"","language":"TSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/data2proc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-02T11:34:45.000Z","updated_at":"2025-06-08T19:18:09.000Z","dependencies_parsed_at":"2025-06-03T01:16:20.150Z","dependency_job_id":"50a01894-d9d4-455a-851a-f33133f82426","html_url":"https://github.com/data2proc/SQL-Health-Dashboard-Pro","commit_stats":null,"previous_names":["data2proc/sql-health-dashboard-pro"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/data2proc/SQL-Health-Dashboard-Pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data2proc%2FSQL-Health-Dashboard-Pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data2proc%2FSQL-Health-Dashboard-Pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data2proc%2FSQL-Health-Dashboard-Pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data2proc%2FSQL-Health-Dashboard-Pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/data2proc","download_url":"https://codeload.github.com/data2proc/SQL-Health-Dashboard-Pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/data2proc%2FSQL-Health-Dashboard-Pro/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265529028,"owners_count":23782802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","dba-tools","health-check","performance-monitoring","powershell","sql","sql-dashboard","sql-health","sql-server"],"created_at":"2025-06-26T14:05:02.976Z","updated_at":"2026-05-07T01:33:06.223Z","avatar_url":"https://github.com/data2proc.png","language":"TSQL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQL-Health-Dashboard-Pro\n\n**SQL-Health-Dashboard-Pro** is a modular, professional-grade SQL Server health check tool designed to help database administrators assess, diagnose, and monitor the overall health of SQL Server instances with ease and clarity.\n\n---\n\n## 🎯 Project Goals\n\n- Deliver a complete, actionable SQL Server health check toolkit\n- Use best practices: modular SQL scripts, clean documentation, and automation-ready structure\n- Empower DBAs and IT teams to identify problems before they become outages\n\n---\n\n## 📦 Folder Structure\n\nSQL-Health-Dashboard-Pro/  \n├── README.md                              # Main project overview  \n├── health_dashboard_master.sql           # One-click execution script  \n│  \n├── sections/  \n│   ├── 01_instance_info.sql  \n│   ├── 02_database_summary.sql  \n│   ├── 03_performance_metrics.sql  \n│   ├── 04_backups.sql  \n│   ├── 05_security.sql  \n│   ├── 06_agent_jobs.sql    \n│   ├── 07_index_stats_health.sql   \n│   ├── 08_disk_monitoring.sql    \n│   └── 09_alerts_mail.sql    \n│  \n└── docs/  \n│   ├── 01_instance_info.md  \n│   ├── 02_database_summary.md  \n│   ├── 03_performance_metrics.md  \n│   ├── 04_backups.md  \n│   ├── 05_security.md  \n│   ├── 06_agent_jobs.md    \n│   ├── 07_index_stats_health.md   \n│   ├── 08_disk_monitoring.md    \n│   └── 09_alerts_mail.md    \n    \n  \n  \n---\n\n## 🛠 How to Use\n\n1. **Clone or download** this repository to your SQL admin machine.\n2. Open `health_dashboard_master.sql` in SQL Server Management Studio (SSMS).\n3. Execute the script to run all health checks.\n4. Review results section-by-section.\n5. (Optional) Use PowerShell automation to run and export the results.\n\n\u003e 💡 You must have VIEW SERVER STATE and appropriate privileges to run all checks.\n\n---\n\n## 🧪 Health Check Coverage\n\n| Category              | Description                                      |\n|----------------------|--------------------------------------------------|\n| Instance Info         | SQL version, uptime, configuration               |\n| Database Summary      | State, size, recovery model, file growth         |\n| Performance           | Wait stats, top queries, blocking, TempDB usage |\n| Backups               | Last full, diff, and log backups                 |\n| Security              | Logins, roles, orphaned users                    |\n| Agent Jobs            | Failed jobs, disabled jobs, durations            |\n| Disk \u0026 File Monitoring| Free space, growth settings, fragmentation       |\n| Alerts \u0026 Mail         | DB mail config, operators, alert status          |\n\nEach of these is documented in detail under `/docs`.\n\n---\n\n## 📅 Planned Features\n\n- Export results to Excel or HTML via PowerShell\n- Visual dashboard (optional future module)\n- SSIS/SQL Agent job integration\n\n---\n\n## 📧 Contact\n\nCreated by a SQL Server professional with 13+ years of experience.  \nThis tool is designed for daily use and client/server health assurance.  \nFor inquiries, feedback, or collaboration, please contact via [GitHub](#) or email.\n\n---\n\n## ✅ License\n\nMIT License.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata2proc%2Fsql-health-dashboard-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdata2proc%2Fsql-health-dashboard-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdata2proc%2Fsql-health-dashboard-pro/lists"}