AI SQL Tuner Studio 1.0.29.0 Adds Claude Sonnet 4.6 and Opus 4.6
If your Power BI models sit on top of SQL Server — DirectQuery, Import from relational sources, composite models, or a dedicated warehouse — the speed of your reports is tied to the speed of the database underneath.
AI SQL Tuner Studio 1.0.29.0 is out, and the headline change is AI model support. The product now offers Claude Sonnet 4.6 and Claude Opus 4.6 from Anthropic, alongside the existing GPT-5.4 from OpenAI.
What’s actually new
Version 1.0.29.0 adds two Anthropic models to the AI Model dropdown inside the Studio. You can use them for any of the product’s tuning goals — Server Health Check, Query Tuner, Index Insights, Deadlock Analysis, and Code Review.
The Anthropic models are built in. No separate Anthropic API key, no Bedrock account, no Azure endpoint to configure. Pick the model, run the analysis, get the report.
Model availability by edition
The Anthropic rollout isn’t uniform across editions. Here’s the matrix:
| Model | Provider | Free | Standard | Pro | Corporate |
|---|---|---|---|---|---|
| Claude Sonnet 4.6 | Anthropic | ✓ | ✓ | ✓ | ✓ |
| Claude Opus 4.6 | Anthropic | — | — | — | ✓ |
| GPT-5.4 | OpenAI | ✓ | ✓ | ✓ | ✓ |
Claude Opus 4.6 is Corporate-only. That’s Anthropic’s most capable model, and AI SQL Tuner is reserving it for the top tier. Everyone else gets Claude Sonnet 4.6 and GPT-5.4.
Reasoning effort by edition
Alongside the model choice, the Studio exposes a reasoning effort setting. Higher effort means the model thinks longer and produces a more detailed report. Lower effort is faster and shorter.
| Edition | Low | Medium | High |
|---|---|---|---|
| Free | ✓ | — | — |
| Standard | ✓ | ✓ | ✓ |
| Pro | ✓ | ✓ | ✓ |
| Corporate | ✓ | ✓ | ✓ |
The Free edition is locked to low reasoning effort. That’s still enough for a usable Server Health Check or query recommendation — just a tighter, shorter write-up. Standard, Pro, and Corporate can switch to medium or high when they want a deeper review.
Why this matters if you build on Power BI
Most Power BI performance conversations start with DAX, data model design, and visuals. That’s fair — those are the levers with the biggest upside when you’re in report design. But once the model is tidy, the next layer of slow-downs usually lives in the SQL that Power BI sends to the source:
- DirectQuery reports hit the database on every interaction. Slow SQL means slow visuals, end of story.
- Import mode refreshes pull data through SQL queries. A bad plan or a missing index makes refresh windows balloon.
- Composite models mix DirectQuery and Import, so both sets of pains apply.
- Paginated reports (RDL) and SQL Server Reporting Services are even more SQL-sensitive.
A SQL Server tuning tool that can tell you why queries are slow — the top wait types, the missing high-value indexes, the deadlocks, the configuration red flags — is useful to any team whose BI stack is anchored on SQL Server. AI assistance on top of that shortens the distance between “the refresh is slow” and “here’s the fix.”
Sample report
AI SQL Tuner Studio produces its recommendations as a formatted HTML report with an executive summary, prioritized findings, and a confidence level on each one. Here’s a sample Server Health Check generated with Claude Opus 4.6 at low reasoning effort so you can see the format before you install:
View the sample Server Health Check report →
Quick facts
- Version: 1.0.29.0
- New models: Claude Sonnet 4.6 (all editions), Claude Opus 4.6 (Corporate only)
- Existing model: GPT-5.4 (all editions)
- Reasoning effort: Low for Free; Low/Medium/High for Standard, Pro, Corporate
- Endpoint config: None required — Anthropic models are built in
- SQL Server permissions required: VIEW SERVER STATE and VIEW DATABASE STATE (read-only)
- Trial: Paid editions include a 14-day free trial and a 30-day money-back guarantee
Try it
The Free edition supports SQL Server Developer Edition at no cost and now runs against Claude Sonnet 4.6 out of the box — a low-friction way to see whether the recommendations match what your DBA would tell you. If the report style fits how your team works, the paid editions unlock higher reasoning effort and broader SQL Server edition coverage, and Corporate unlocks Claude Opus 4.6 for the deepest analysis.
You can grab 1.0.29.0 from the AI SQL Tuner downloads page.
Comments
Post a Comment