v0.1.2 · free · no account required

Azure Data Studio is retired.
This is what comes next.

QueryBen is a desktop SQL client for Azure SQL Database, SQL Server, and Synapse. It runs natively on Mac, Windows, and Linux. I built it because the VS Code mssql extension hangs, SSMS doesn't run on Mac, and DBeaver treats Azure SQL as an afterthought.

detecting your OS... Also: macOS arm64 .dmg / Windows .exe / Linux .AppImage

What QueryBen does

Connects to Azure SQL without a driver installation

Paste your connection string or fill in host, database, and credentials. QueryBen handles Azure SQL Database, SQL Server on-prem and on Azure VMs, and Synapse Analytics. SQL login and Azure AD / Entra ID both work. There is no ODBC driver to install, no JDBC class path to set, no 14-tab connection wizard.

Cmd+Enter runs the query. Every time.

The mssql extension for VS Code hangs after query execution. It's a documented bug (GitHub issue #21361, February 2026) with no fix date. QueryBen is a standalone desktop app, not a VS Code extension, not a browser tab. Press Cmd+Enter on macOS or Ctrl+Enter on Windows and Linux. Results appear. No window reload required.

Schema browser that doesn't need three right-clicks

Click a table in the sidebar. The column list expands inline showing name, data type, and nullable without opening a modal or a context menu. Tables, views, and stored procedures all live in the same panel. If you've spent time navigating DBeaver's database navigator to find a column type, this is what it should have felt like.

Copy results as CSV without touching a file dialog

The results grid supports copy as CSV and TSV from the keyboard. No "Save Results As" dialog, no format dropdown, no file picker. Built for the workflow where you run a query and immediately paste the output into a spreadsheet or a Slack message. The 4.4 MB macOS build is signed by Venkata Maguluri (Injoya LLC, Team H4RK9DC4UP). Notarization passes.

The honest comparison

Every tool in this space has a real reason to exist. Here is why QueryBen exists alongside them.

Tool
Situation
VS Code + mssql Microsoft's recommendation

Free and cross-platform, which matters. The problem: a documented hang after query execution that requires a full window reload (GitHub issue #21361, February 2026). IntelliSense drops without warning. First connect takes 10-20 seconds. If those bugs don't hit you, it works fine. A lot of people hit them daily.

Azure Data Studio Retired Feb 28, 2026

Microsoft retired it on February 28, 2026. You can still run version 1.52.0, but it receives no security patches. If you're building a workflow on top of it in July 2026, you're building on software that Microsoft has explicitly stopped maintaining. Most enterprise teams can't take that risk.

DBeaver 80+ databases

DBeaver connects to 80+ databases. That's also the problem. The Azure SQL authentication path requires picking the right JDBC driver, configuring the right auth mode, and navigating a connection wizard built for the lowest common denominator. Azure AD MFA opens a new browser tab on every reconnect (open GitHub issue since 2022). For a team that works exclusively in Azure SQL, DBeaver's surface area works against you.

SSMS Windows only

The most complete SQL Server administration tool available. Windows-only. If you're on a Mac or Linux machine, it's not an option. Running it in Parallels works but adds friction that compounds over a workday. QueryBen doesn't replace SSMS for deep Windows-native admin work. It exists for the engineers who aren't on Windows.

A free Azure Data Studio replacement for Mac, Windows, and Linux

Azure Data Studio retired February 28, 2026. Microsoft's official guidance points to VS Code with the mssql extension. For teams that need a dedicated SQL client rather than a VS Code plugin, QueryBen is a free, cross-platform alternative built specifically for Azure SQL and SQL Server.

QueryBen is at v0.1.2. It is early software with a short feature list. What it does, it does reliably: connect to Azure SQL, run queries, browse schemas, copy results. If that covers your daily workflow, download it and try it. If it doesn't, the GitHub issue tracker is open.

Download QueryBen

v0.1.2 · July 2026 · All builds are free.

macOS
Apple Silicon (arm64)
File QueryBen_0.1.2_aarch64.dmg
Size 4.4 MB
SHA-256 178ba34812b37916339aeb5aeed42d41a6a29702644b283a6a89d368429b0971
Download .dmg

Signed by Venkata Maguluri (Injoya LLC). If macOS shows "cannot be opened because the developer cannot be verified," right-click the DMG and choose Open.

Windows
x64 installer
File QueryBen_0.1.2_x64-setup.exe
Size 3.5 MB
SHA-256 c231ea55c1c8564a6c34a140d80946d64a7e3dafdad89afbd1bf63048189b373
Download .exe

Not yet code-signed. Windows Defender SmartScreen will show a warning. Click "More info" then "Run anyway." Expected behavior on unsigned indie software.

Linux
x86_64 AppImage
File QueryBen_0.1.2_amd64.AppImage
Size 78.7 MB
SHA-256 6431bad3568ceed89b214e86a544ece1998359428e98b9cb65fce1f206c39df9
Download .AppImage

Make it executable: chmod +x QueryBen_0.1.2_amd64.AppImage then run it directly. No installation required.