DB TEAM
A professional SQL Server IDE for Windows — modular, bilingual (EN/FR), themeable.
Query, compare, design, profile, generate, document — all in one installable app.
Features
Twelve modules, one shell — everything you need to work with SQL Server.
Connection Manager
Windows / SQL / Azure AD auth. Credentials encrypted with DPAPI. Test, save, multi-connection.
Object Explorer
Lazy-loaded hierarchical tree. Icons per object type. Right-click scripting + disconnect.
Query Editor
AvalonEdit · T-SQL syntax · autocomplete (keywords + tables + views + procs + functions + columns) · format on Ctrl+K · execute on F5.
Schema Compare
Diff tables, views, procedures, functions across databases. Column-level ALTER generation wrapped in a transaction.
Data Compare
Row-level diff by primary key. Produces INSERT / UPDATE / DELETE merge script.
Table Designer
Visual editor for columns, types, nullability, identity, PK, defaults. Create or load existing tables.
Query Profiler
Estimated + actual plan. Hierarchical plan tree with icons per physical operator and per-node stats.
Data Generator
Bogus-powered fake data. Column-name heuristics: email, phone, name, city, company, etc. Preview → insert.
Documenter
One-click HTML documentation of a database: tables, columns, indexes, FKs, views, procedures, functions.
ER Diagram
Interactive canvas. Drag tables to rearrange, Ctrl+wheel to zoom, export as PNG.
Query History & Favorites
Every run recorded. Filter, star favorites, double-click to reopen in a new tab.
Export Results
CSV (RFC 4180, UTF-8 BOM) · Excel (header + filter + frozen row) · JSON · XML. One click from the editor toolbar.
Administration
Logins · users · roles · permissions · index fragmentation with REORGANIZE/REBUILD recommendations · slow queries · active sessions · BACKUP / RESTORE script generators.
T-SQL Debugger
Statement-level stepping on a persistent connection so DECLARE / SET / transactions survive between steps. Breakpoints, step over, continue, session state inspection.
Terminal
Embedded PowerShell / cmd / claude / gh / sqlcmd / any CLI inside a document tab. Quick snippets sidebar.
AI Assistant
Bring your own key — Anthropic · OpenAI · Azure OpenAI · Ollama. Chat, quick SQL prompts, DPAPI-encrypted key storage.
Keyboard shortcuts
The essentials.
Module status — v2.1.0
Roadmap complete. 21 modules shipped across 13 tagged releases. Conditional breakpoints and full i18n polish landed in v2.1.
Built with
Modern stack, open-source libraries, clean MVVM architecture.
Documentation
Get started
Self-contained Windows x64 binary. No .NET install. Per-user install, clean uninstall.