Dimension scores are derived from public data and fields; weighted into the composite. Reference only.
SQL Inspector is a collection of SQL Server stored procedures developed and continuously used by its authors, aimed at monitoring and optimizing SQL Server databases. It is not a traditional SaaS product or desktop IDE. Instead, you install and run a series of sp_ stored procedures to surface performance issues, abnormal resource usage, missing or redundant indexes, long-running queries, and SQL Server Agent job problems.
In terms of feature coverage, it is geared toward routine DBA health checks and troubleshooting. sp_backup_info shows backup status and size for each database; sp_table_sizes is used for table space analysis; sp_current_locks and sp_active_tran help investigate lock waits and long-running transactions; sp_index_usage, sp_missing_indexes, and sp_index_frag cover index usage, missing-index recommendations, and fragmentation respectively; sp_long_queries uses Query Store to identify long-running queries; sp_long_proc_xe reads Extended Events; sp_job_info and sp_long_jobs focus on SQL Server Agent job diagnostics, with support for email notifications when long-running jobs are detected. The content only indicates support for SQL Server, with no mention of other databases or development language frameworks.
The page does not disclose pricing, paid plans, commercial support, or payment methods. Github appears in the navigation, but the main content does not clearly state a license, so it cannot be assumed to be open source. It also does not provide a traditional API/SDK; usage is mainly through stored procedure parameters. In terms of documentation, the purpose, parameters, and output fields of each procedure are explained in reasonable detail, making the results easier to understand. However, information on installation steps, permission requirements, version compatibility, example queries, and maintenance strategy is limited.
Its strengths are that it is lightweight, closely aligned with native SQL Server capabilities, and covers common scenarios such as backups, locks, transactions, indexes, Query Store, Extended Events, and Agent Jobs. It is well suited to DBAs and backend teams with SQL Server operations experience. Its drawbacks include the lack of a graphical interface, centralized monitoring, permission guidance, and service/support information, making it less beginner-friendly than a full monitoring platform.
Access from China cannot be determined from the content, and Github downloads may be affected by local network conditions. If you need more mature tools, you can compare it with SSMS, Azure Data Studio, Brent Ozar First Responder Kit, or directly use SQL Server’s built-in DMVs, Query Store, and Extended Events. Overall, it is more like a practical SQL Server operations script bundle, and its value for money depends on its actual licensing and maintenance status.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on sqlinspector.com official site.
sqlinspector.com is an Unknown Dev Tools provider. TG4G tracks its product information, an overall rating of 6.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach sqlinspector.com directly.