What is happening?
Technical evidence from the instance, not a list of alerts without context.
CONSULTORDBA AI · DATABASE INTELLIGENCE
ConsultorDBA AI Health Agent combines SQL Server telemetry, Query Store, DBA expertise, historical baselines, Machine Learning and AI-assisted reasoning to detect anomalies, investigate performance problems and build evidence-based root cause hypotheses.
DEMO
A SQL Server 2025 instance with multiple performance problems deliberately triggered. The agent investigates without knowing beforehand what was triggered.
REAL CASE FROM THE DEMO
In the video, the agent analyzes a SQL Server 2025 instance with several performance problems deliberately triggered inside a controlled test environment. The agent has no prior knowledge of what was triggered and never queries the test environment's answer key — it investigates using only what a real DBA would have available: DMVs, metadata, Query Store, wait statistics, statistics, indexes, configuration, locks, transactions and historical telemetry. The goal isn't to show a list of alerts, but to turn hundreds of signals into evidence, root-cause hypotheses, recommendations, risk assessment and controlled remediations.
AI Investigation — demo case
PRIMARY HYPOTHESIS
Excessive Parallelism / Scheduler Pressure, with Cost Threshold for Parallelism potentially set too low.
Confidence88%
Technical evidence from the instance, not a list of alerts without context.
With the evidence that supports it — and the evidence that contradicts it — made explicit.
Measured before and after, never assumed just because the SQL command ran without error.
During this test, the agent never queries the table that holds the test environment's correct answer — it investigates the way an outside DBA would. That's what makes its results measurable.
SQLDISCOVERY AGENT · FREE SQL SERVER HEALTH CHECK
SQLDiscovery Agent performs a read-only Health Check against one SQL Server instance and database, reviewing configuration, waits, Query Store, execution workload, indexes, statistics, files, transaction log, backups, TempDB and blocking, then generates a severity-ranked HTML report. No changes to your instance.
WHAT IT DOES
Select the instance and database.
Reviews configuration and performance signals without changing SQL Server.
Generates an HTML report with Critical, High, Medium and Low findings.
WHAT IT CHECKS
The same judgment a senior DBA would apply in a manual review — just in minutes, and consistently.
Cost Threshold for Parallelism, MAXDOP, Max Server Memory, Optimize for Ad Hoc Workloads, PAGE_VERIFY, AUTO_SHRINK, AUTO_CLOSE, Auto Statistics, TRUSTWORTHY, DELAYED_DURABILITY, database-scoped MAXDOP and Legacy Cardinality Estimator.
CXPACKET, PAGEIOLATCH, WRITELOG, LCK_M, RESOURCE_SEMAPHORE and any blocking present at read time. Waits are cumulative since the last SQL Server restart, not just from the Health Check itself.
Query Store OFF or READ_ONLY, ALL capture mode, longest-running SQL, plans for the selected database, and single-use ad hoc plans.
Missing indexes from the DMVs with their seeks and estimated impact, indexes with no reads and heavy writes, fragmentation on large indexes, statistics with a high number of modifications, and low Fill Factor as information only — never as an automatic recommendation.
Data and log file growth, VLF count, why the log can’t be reused, and TempDB file count and size differences.
Last Full, Differential and Log backups, recovery model, and the risk when a database is in FULL recovery without an adequate Log Backup strategy.
An index should not be dropped just because it shows no reads in this point-in-time snapshot.
DEMO
From connecting to SQL Server to the severity-ranked HTML report.
SQLDiscovery Agent analyzes your instance and generates evidence. It doesn’t change configuration or modify data.
During the Health Check, SQLDiscovery Agent never runs:
It doesn’t change server or database configuration, indexes, statistics, passwords, or business data.
If SQL Server forces a password change for the user account, SQLDiscovery Agent stops and asks you to change it from SQL Server Management Studio before continuing.
It only needs this
THE NEXT LEVEL
SQLDiscovery Agent takes a technical snapshot of your instance and shows you what deserves attention. If you need to go beyond the snapshot — learn the instance’s historical behavior, detect anomalies, correlate evidence, investigate root cause and validate remediations — meet ConsultorDBA AI Health Agent.
TWO TOOLS, ONE ECOSYSTEM
SQLDiscovery Agent
AI Health Agent
MORE THAN DETECTING PROBLEMS
SQL Server can generate thousands of metrics. ConsultorDBA AI Health Agent turns those signals into evidence, anomalies, root cause and concrete actions — it isn't a DMV followed by a rule followed by an alert.
ARCHITECTURE
DBA rules, historical telemetry, baseline learning, feature engineering, Machine Learning, anomaly detection, Query Store intelligence, root cause correlation, AI reasoning, knowledge retrieval, remediation risk analysis, controlled remediation and outcome learning — all working together, not in isolation.
1 · NON-INVASIVE COLLECTION
The agent gathers evidence through DMVs, Query Store, waits, metadata, configuration, indexes, statistics, locks, blocking, transactions, TempDB, I/O, performance counters and Extended Events when appropriate. It is designed to minimize impact on the instance and avoids reading business data when not necessary.
2 · BASELINE LEARNING
The agent builds percentiles (P50, P75, P90, P95, P99), historical averages and hourly and day-of-week profiles for each instance. 68% CPU may not be critical in absolute terms, but it can be completely abnormal for that instance at that time of day.
Illustrative example. Real percentiles depend on each instance's accumulated historical telemetry.
3 · QUERY STORE INTELLIGENCE
The agent analyzes Query Store to identify real performance degradations. A different plan does not mean a bad plan — there has to be measurable impact for it to qualify as a regression.
QUERY 0x91AB... — Illustrative example, not real customer telemetry.
4 · TELEMETRY MEMORY
Every analysis keeps local historical telemetry, so current behavior can be compared against that same instance's historical behavior — not against a generic threshold applied to any server.
5 · FEATURE ENGINEERING
Wait times, I/O, CPU, execution plans, blocking and statistics are transformed into ratios, deviations, changes, trends and workload indicators — the signals that Rules and Machine Learning can actually use, not raw numbers.
6 · DBA RULES ENGINE
The agent contains deterministic administration knowledge: misconfiguration, statistics, indexes, autogrowth, Query Store, database options, parallelism and TempDB. AI does not replace these rules — it complements them.
7 · MACHINE LEARNING / ANOMALY DETECTION
The system uses statistical analysis and Machine Learning to identify spikes, change points, persistent deviations, workload shifts, query latency anomalies, I/O anomalies, wait anomalies and blocking changes. Machine Learning does not replace DBA rules — it is a hybrid architecture.
8 · ROOT CAUSE CORRELATION
The agent correlates waits, queries, plans, statistics, indexes, I/O, concurrency, configuration and historical behavior to build the real cause-and-effect chain, instead of stopping at the most visible symptom.
9 · AI INVESTIGATION
The investigation is shown the way a DBA would review it: what was checked, what evidence was found, and which hypothesis best explains the symptoms — never the model's internal chain-of-thought.
AI Investigation
PRIMARY HYPOTHESIS
Execution plan regression associated with stale statistics.
Confidence93%
10 · KNOWLEDGE RETRIEVAL
The agent can complement the evidence collected from SQL Server with a specialized technical knowledge base — instance evidence plus DBA knowledge gives better context for the hypothesis, without querying confidential external information.
11 · CONFIDENCE SCORE
A root cause hypothesis always includes supporting evidence, contradicting evidence (if any), and missing evidence — not just an unsupported percentage.
12 · DIAGNOSTIC AREAS
The agent covers the areas where most SQL Server production performance problems actually originate.
13 · REMEDIATION RISK ENGINE
Every proposed remediation includes risk level, expected benefit, confidence, blast radius, reversibility, whether human approval is required, a validation plan and a rollback plan. The agent does not promise universal results.
14 · CONTROLLED REMEDIATION
The agent does not hand absolute control to the AI model. Every remediation goes through a risk engine and requires human approval before it runs — the user stays in control at every step.
15 · BEFORE / AFTER VALIDATION
Illustrative example. Results depend on the workload and root cause.
16 · OUTCOME LEARNING
The agent records the full trail — diagnosis, recommendation, action, before, after and outcome — to build a history of which remediations were effective on that specific instance. This is Outcome Learning (or Remediation Outcome Memory), not automatic retraining in production and not an agent that modifies its own code.
17 · SECURITY