Quick Tour

See what Jam SQL Studio can do in under a minute. Each screenshot has a light/dark toggle so you can preview both themes.

Home

Your starting point after connecting to SQL Server databases. Saved connections and recent sessions are always one click away.

View docs →
Home - Jam SQL Studio

Command Palette

Press Cmd+Shift+P (Ctrl+Shift+P on Windows/Linux) to fuzzy-search every command, setting, and database object. The same shortcut power users expect from VS Code and JetBrains.

View docs →
Command Palette - Jam SQL Studio (dark mode)

Command Palette — Object Drill-Down

Search for a table, view, or procedure by name, then drill into contextual actions like Select Top, Script CREATE, or Design Table — all without leaving the keyboard.

View docs →
Command Palette — Object Drill-Down - Jam SQL Studio (dark mode)

Query Editor

Write SQL with full IntelliSense, then execute and browse results in a fast data grid. Edit result cells inline and preview the generated UPDATE script before committing.

View docs →
Query Editor - Jam SQL Studio (dark mode)

Execution Plan

Visualize how SQL Server executes your query as an interactive flow graph. Identify bottlenecks and optimize performance at a glance.

View docs →
Execution Plan - Jam SQL Studio

Transaction Management

Control transactions with Auto, Manual, and Smart Commit modes. One-click commit and rollback with per-tab isolation levels.

View docs →
Transaction Management - Jam SQL Studio

Table Explorer

Browse any table with sorting, filtering, and pagination. The column-aware toolbar lets you slice data without writing SQL.

View docs →
Table Explorer - Jam SQL Studio (dark mode)

Row Details

Open a side panel to inspect all columns of a selected row, including long text and binary fields that don't fit in the grid.

View docs →
Row Details - Jam SQL Studio

JSON & Text Viewer

Expand any JSON or multiline cell into a full editor with syntax highlighting, validation, and formatting. Switch between JSON and text modes on the fly.

View docs →
JSON & Text Viewer - Jam SQL Studio (dark mode)

Related Data

Expand foreign-key relationships inline. Click a row expander to discover and preview every table that references it.

View docs →
Related Data - Jam SQL Studio (dark mode)

Table Editor

Toggle edit mode to modify cell values directly in the grid. Changed cells are highlighted in amber until you save or discard.

View docs →
Table Editor - Jam SQL Studio

Edit Script Preview

Before committing changes, preview the exact UPDATE statements that will run. Nothing hits the database until you confirm.

View docs →
Edit Script Preview - Jam SQL Studio (dark mode)

Schema Overview

Visualize your entire database as an ER diagram with foreign-key edges. Pan, zoom, and click any table for column details.

View docs →
Schema Overview - Jam SQL Studio

Schema Detail

Select a table node to open a detail drawer showing columns, types, nullability, and key information at a glance.

View docs →
Schema Detail - Jam SQL Studio (dark mode)

Dependency Viewer

Trace object dependencies as an interactive graph. See which views, procedures, and triggers depend on a given table.

View docs →
Dependency Viewer - Jam SQL Studio

Schema Compare

Diff two databases side by side and inspect every CREATE, ALTER, and DROP needed to synchronize them.

View docs →
Schema Compare - Jam SQL Studio (dark mode)

Data Compare

Compare rows between two tables with color-coded diffs for modified, added, and deleted records.

View docs →
Data Compare - Jam SQL Studio

SQL Snippets

Create and manage reusable SQL snippets with tab-stop placeholders. Snippets expand inline via autocomplete as you type.

View docs →
SQL Snippets - Jam SQL Studio (dark mode)

Script Management

Organize your .sql files with Recent, Pinned, and Mounted Folders in the Scripts sidebar panel. Filter and reopen scripts instantly across workspaces.

View docs →
Script Management - Jam SQL Studio

SQL Notebooks

Combine executable SQL and JavaScript cells with Markdown documentation in a single scrollable workspace. Run queries inline, process results with JS, and build self-documenting runbooks.

View docs →
SQL Notebooks - Jam SQL Studio (dark mode)

AI Chat Sidebar

Powered by your locally installed Claude Code CLI. Ask Claude to write queries, explore schema, and run SQL right from the sidebar. No extra subscription — reuses your existing Claude Code setup.

View docs →
AI Chat Sidebar - Jam SQL Studio

AI Terminal

An AI-powered context terminal that understands your database schema. Ask questions, generate queries, or explore data using natural language.

View docs →
AI Terminal - Jam SQL Studio

AI Integrations

Configure MCP server connections so external AI agents like Claude Code or Cursor can query and manage your databases.

View docs →
AI Integrations - Jam SQL Studio (dark mode)

DBA Tools

Monitor database health with a real-time Performance Dashboard, browse and kill sessions, analyze wait events and locks, and manage storage with Tablespace Manager (Oracle) and Filegroup Manager (SQL Server).

View docs →
DBA Tools - Jam SQL Studio

And much more

Features not shown above that are already built in:

Ready to try it yourself?