Before You Begin
Use this page as the navigation hub. For the best user and SEO structure, each guide below has a distinct job: Overview explains the product, Installation covers setup and prerequisites, and Quickstart walks through the first working analysis, while Settings documents the configuration surface that controls SQL, AI, license, and appearance behavior.
Overview
Read this first if you want to understand what the product does, why Query Store matters, which AI path to choose, and which modules to open first.
- Analyzes SQL Server objects, plans, and query signals.
- Generates evidence-backed, audit-ready reports.
- Runs offline by default with Local LLM support.
- No automatic schema changes or auto-apply actions.
- No background agents or persistent collectors.
- No table/row data extraction as a collection step.
Installation
Use this guide for Windows installation, first-run onboarding, SQL login preparation, Query Store enablement, and the initial Database plus AI / LLM setup.
# Example silent install msiexec /i "SQL Performance Intelligence.msi" /quiet /norestart
Database User Permissions
The application operates in read-only mode. Minimum required permissions may vary by environment; for the exact setup sequence and DBA examples, use the installation guide.
- CONNECT (connection to target database)
- VIEW SERVER STATE (instance-level performance metrics)
- VIEW DATABASE STATE (database-level performance metrics)
- VIEW DEFINITION (procedure/view/function definitions)
- SELECT on system catalog views (system metadata access)
Quickstart
Use Quickstart after installation when you want the shortest path to a working SQL connection, a tested AI provider, and the first real Dashboard or Query Statistics review.
Settings
Use this guide when you need a full explanation of the Settings window, including SQL connections, AI providers, licensing, local app lock, cache behavior, thresholds, and appearance preferences.
Modules
Each module is designed for a specific operational question. Start with the module that matches your immediate need.
Refresh a current snapshot of server health, memory, IO, TempDB, and workload pressure for the active connection.
Analyze high-impact queries with trend, risk, and plan stability indicators.
Prioritize index actions, generate maintenance scripts, and export reports.
Visualize blocking chains, identify head blockers, and export audit snapshots.
Categorize waits, set baselines, compare snapshots, and export findings.
Run read-only security checks and export HTML audit outputs.
Track SQL Agent job health, failures, and runtime behavior.
Browse procedures/views/functions, inspect source, and run AI Tune per object.
Manage DB/AI/license settings and switch active server, database, and model quickly.
Standard Analysis Workflow
- Connect and verify active context from the Info Bar.
- Run module-specific analysis (query, index, blocking, waits, or security).
- Validate evidence and confidence before applying changes.
- Export report/script outputs for review and audit traceability.