Chat with SQL Server in plain English — on-prem, Azure SQL, or RDS.
iDBQuery's SQL Server connector turns any Microsoft SQL Server instance into a conversational data source — on-prem SQL Server 2016 through 2022, Azure SQL Database, Azure SQL Managed Instance, or AWS RDS for SQL Server. Provide host, port (default 1433), database, login, and password (or specify Windows authentication where supported), and schema introspection runs immediately. The AI sees tables, views, columns, types, primary and foreign keys, indexes, and stored procedure signatures, and uses that map to write correct T-SQL the first time. Every chat question becomes a safe parametrized SELECT, executed read-only, and returned as a chart, table, stat card, or dashboard. T-SQL specifics — `TOP`, `OFFSET/FETCH`, window functions, CTEs, MERGE-style read patterns, JSON_VALUE, and the spatial types — are all in the model's vocabulary. For databases on private networks, SSH tunneling through a bastion host keeps the connection private; for Azure SQL, IP allow-listing the iDBQuery egress works as well. Credentials are encrypted at rest with strong symmetric encryption, used only at query time, and never returned by any API. The free tier — 1M tokens per month, three sources, five reports, no credit card — lets you validate the workflow on a real SQL Server before paying. iDBQuery makes T-SQL approachable to anyone who can ask a question.
Everything iDBQuery's Microsoft SQL Server connector supports out of the box.
Project → Add source → SQL Server. The connector uses the standard TDS protocol.
Provide host, port (default 1433), database, login, and password. For Azure SQL use the fully qualified server name (`yourserver.database.windows.net`) and ensure the iDBQuery egress IP is allow-listed.
TLS is on by default for Azure SQL and RDS. For self-hosted, enable encryption on your SQL Server instance for a private connection.
Ask 'Show top 20 customers by lifetime value' — the AI writes the T-SQL and renders the chart.
Free tier covers most teams. No credit card.
No credit card required · 1M tokens / month free