Last updated: 2026-05-06

Azure Data Studio Retired: February 28, 2026

Microsoft retired Azure Data Studio on February 28, 2026. Migrate now to ensure a smooth transition to a supported tool.

Migrate from Azure Data Studio

This guide walks you through migrating your workflow from Azure Data Studio to Jam SQL Studio. Whether you're migrating connections, queries, or learning new features, we've got you covered.

Azure Data Studio Migration: What You Need to Know

Azure Data Studio migration is the process of moving your workflow — connections, saved queries, notebooks, extensions, and habits — off Azure Data Studio after Microsoft's February 28, 2026 retirement. The application still launches after that date, but it no longer receives security updates, the marketplace is wound down, and Microsoft is officially recommending users move to SSMS or VS Code with the SQL extension. Neither one ships every Azure Data Studio feature, which is why most ADS users end up evaluating a third-party replacement.

The minimum viable Azure Data Studio migration covers four things:

  1. Connections — export from %APPDATA%\azuredatastudio\User\settings.json (Windows) or ~/Library/Application Support/azuredatastudio/User/settings.json (macOS). See the dedicated Export ADS connections guide.
  2. Saved queries and notebooks.sql and .ipynb files in your filesystem. They're already portable; no export needed.
  3. Snippets — ADS user snippets live in User/snippets/sql.json. Most can be pasted directly into Jam SQL Studio's SQL Snippets manager.
  4. Keybindings and shortcuts — the major ones (F5 to execute, Cmd/Ctrl+E, Cmd/Ctrl+Shift+E for selected text) are already the same. Custom keybindings in keybindings.json can be re-created in Jam SQL Studio's preferences.

The full step-by-step Azure Data Studio migration walkthrough is below — read it once end-to-end, then work through it with both apps open side by side. Most teams complete the migration in 30 to 60 minutes per person.

Why "official" Microsoft guidance leaves gaps

Microsoft's recommended Azure Data Studio migration path is "switch to SSMS or VS Code with the mssql extension". That covers SQL Server users on Windows, but leaves three gaps:

  • Mac and Linux users — SSMS is Windows-only. The VS Code extension works but feels text-editor-grade compared to ADS.
  • Notebooks users — SSMS doesn't ship SQL Notebooks at all. VS Code's notebook story for SQL is limited.
  • Multi-engine users — ADS shipped PostgreSQL and MySQL extensions. SSMS is SQL Server only.

Jam SQL Studio fills those three gaps natively — cross-platform, built-in SQL Notebooks with the same .ipynb format ADS used, and first-class support for SQL Server, PostgreSQL, MySQL/MariaDB, Oracle, and SQLite in the same window. That's why this Azure Data Studio migration guide exists.

Migration Timeline

Feb 6, 2025 Microsoft announces Azure Data Studio retirement
Jan 2026 Recommended migration window begins
Feb 28, 2026 Azure Data Studio officially retired

Migration Steps

Follow these steps to migrate from Azure Data Studio to Jam SQL Studio:

1

Export Your Connection Details

Before switching, document your existing Azure Data Studio connections:

  • Open Azure Data Studio and go to Connections panel
  • For each connection, note the server name, authentication type, and default database
  • Export any saved connection groups if you've organized them
2

Install Jam SQL Studio

Download Jam SQL Studio for your platform:

  • macOS: Download the DMG and drag to Applications
  • Windows: Run the installer (.exe)
  • Linux: Use the AppImage or DEB package
3

Create Your Connections

Re-create your database connections in Jam SQL Studio:

  • Click New Connection in the sidebar
  • Enter your server details (same as Azure Data Studio)
  • Choose authentication: SQL Server Auth or Windows Auth
  • Test and save the connection
Creating a new SQL Server connection in Jam SQL Studio with the same settings as Azure Data Studio.
Creating a new SQL Server connection in Jam SQL Studio with the same settings as Azure Data Studio.
4

Transfer Your Saved Queries

Move your SQL files and saved queries:

  • Locate your query files (typically .sql files in your documents)
  • Open them in Jam SQL Studio using File > Open
  • Optionally organize them into projects for better management
5

Explore New Features

Jam SQL Studio offers features beyond Azure Data Studio:

  • AI Workspace - Built-in AI assistant for query help
  • Schema Compare - Visual database diff tool
  • Data Compare - Compare table data across databases
  • MCP Integration - Connect external AI tools

Feature Comparison

Here's how Azure Data Studio features map to Jam SQL Studio:

Feature Mapping: ADS → Jam SQL Studio

Azure Data Studio FeatureJam SQL Studio Equivalent
Query Editor Query Editor with AI assistance
Object Explorer Database Explorer (sidebar)
Results Grid Results Grid with export options
IntelliSense✓ Enhanced IntelliSense + AI suggestions
Execution Plan✓ Enhanced Visual Execution Plans
Schema Compare Extension Built-in Schema Compare
Data Compare Extension Built-in Data Compare
Notebooks SQL Notebooks with shared sessions, inline results, .ipynb format
ExtensionsPlugin system (roadmap)
Side-by-side comparison of Azure Data Studio and Jam SQL Studio interfaces showing similar workflows.
Side-by-side comparison of Azure Data Studio and Jam SQL Studio interfaces showing similar workflows.

Authentication Compatibility

Jam SQL Studio supports the same authentication methods as Azure Data Studio: SQL Server Authentication, Windows Authentication, and Azure Active Directory. Your credentials will work the same way.

Migrating Notebooks

Azure Data Studio included SQL Notebooks for interactive database workflows. Jam SQL Studio now provides SQL Notebooks with the same .ipynb format and shared session behavior.

Opening ADS Notebooks

Open your existing .ipynb files directly: More > Open Notebook and select the file. SQL cells work immediately with inline results and a shared session (temp tables persist across cells).

Coming from Polyglot Notebooks?

Polyglot Notebooks (also being deprecated) used the same .ipynb format. Jam SQL Studio handles Polyglot-origin files:

  • SQL cells are preserved as executable code cells
  • JavaScript cells are preserved as executable code cells
  • C#, F#, PowerShell, and HTML cells are imported as Markdown with the source in code fences
  • Polyglot kernel metadata is preserved for round-trip compatibility

See the Polyglot Notebooks comparison page for a detailed feature comparison and migration guide.

Common Migration Questions

Can I use my existing connection strings?

Yes. Jam SQL Studio uses standard SQL Server connection strings. If you have connection strings saved in configuration files, they'll work directly in Jam SQL Studio.

What about Azure-specific features?

Jam SQL Studio fully supports Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics. Azure-specific features like Azure AD authentication and Azure resource browsing are supported.

Will my keyboard shortcuts work?

Jam SQL Studio uses familiar shortcuts. Cmd+E / Ctrl+E executes queries, Cmd+S / Ctrl+S saves, and most common shortcuts match what you're used to. You can customize shortcuts in preferences.

How do I get help during migration?

If you encounter issues during migration, contact our support team at [email protected]. We're happy to help Azure Data Studio users transition smoothly.

Ready to Migrate?

Download Jam SQL Studio and start your migration today.