AI SQL Tuner Studio 1.0.40 Adds Dark Mode, a New UI, and Export SQL
If your Power BI models sit on top of SQL Server, whether that is 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.40 is out, and the headline change is the interface. The product now has a reworked UI, a new Paper and Teal color palette, full Dark Mode, one-click Export SQL, and an upgraded Help menu.
What's actually new
Version 1.0.40 is a user experience release. The tuning engine and the AI models are unchanged from the previous version. What changed is how the Studio looks and how it feels to work in.
The six tuning goals (Server Health Check, Fix Deadlocks, Index Tuning, Locking and Blocking Analysis, Code Review, and Query Tuner) are now tappable cards instead of a list. The console moved into a collapsible drawer at the bottom of the window, which gives the HTML report a lot more room. The tuning goal panel collapses as well, and there is a new always-on status bar that shows what the analysis is doing.
There is a new Paper and Teal color palette in place of the old blue theme, and a proper Dark Mode. A new View menu lets you set the app to Follow System, Light, or Dark.
The change most worth your attention, if you build Power BI on SQL Server but do not administer the database yourself, is Export SQL. When the analysis produces index or query recommendations, one click writes that SQL out to a file. That file is what you hand to whoever runs the server. No retyping a script out of a screenshot, no trying to describe an index in an email. Saved files also get a sensible default name in the format tuning-goal-report-model-server-database-yyyy-mm-dd.sql, so the script does not get lost on your desktop.
What's new in 1.0.40
| Feature | Description | Editions |
|---|---|---|
| Redesigned UI | Tappable goal cards, collapsible console drawer, always-on status bar | All |
| Paper and Teal palette | New color theme replaces the previous blue theme for readability | All |
| Dark Mode | View menu with Follow System, Light, or Dark on a graphite base | All |
| Export SQL | One-click export of recommended SQL to a file with a smart default name | All |
| Help menu | Release Notes link added alongside the updated User Guide | All |
One caveat. The HTML report uses the new color palette, but it currently renders in light mode only. Dark Mode for the report itself is on the roadmap for a later release.
Why this matters if you build on Power BI
Most Power BI performance conversations start with DAX, data model design, and visuals. That is fair, those are the levers with the biggest upside when you are 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 redesigned interface does not make your queries faster on its own. It just streamlines the process between "the refresh is slow" and "here is the fix in the right person's hands." Export SQL is the clearest example. The analysis finds the missing index, and you can pass the exact statement to your DBA without anything getting lost in translation.
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. Two samples generated with 1.0.40, so you can see the format before you install:
- Server Health Check, generated with Claude Sonnet 4.6
- SQL Code Review, generated with Claude Opus 4.7 (Corporate edition)
Quick facts
- Version: 1.0.40.0
- Release type: user experience update, tuning engine unchanged
- New UI: tappable goal cards, collapsible console drawer, always-on status bar
- New theme: Paper and Teal palette, with Light, Dark, and Follow System modes
- Export SQL: one-click save of recommended SQL to a file
- Default file name format: tuning-goal-report-model-server-database-yyyy-mm-dd.html or .sql
- Availability: every feature in every edition (Free, Standard, Pro, Corporate)
- 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
- Discount: code PH30 takes 30 percent off Standard and Pro through May 31, 2026
Try it
The Free edition runs at no cost and supports SQL Server Developer Edition, so it is an easy way to point the new interface at the database behind your slowest report and 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.7 for the deepest analysis.
Use code PH30 for 30 percent off Standard and Pro through May 31, 2026. You can grab 1.0.40 from the AI SQL Tuner downloads page, and the full 1.0.40 release notes have the rest of the detail.
Comments
Post a Comment