Getting Started with EZQL

EZQL is a lightweight SQL Server client running in your browser that lets you execute queries, manage tables, and check visual execution plans directly.

Tip: EZQL executes queries directly from your browser. There is no middle-man cloud server. Your data stays entirely in your environment.

Quick Setup Checklist

To begin executing queries in EZQL, you only need to connect to your databases:

  1. Launch the studio by clicking Launch Studio in the top right.
  2. Click the database/server plug icon in the top left activity bar to open the Connection dialog.
  3. Configure your local or remote database endpoint parameters.
  4. Select a database from the Explorer sidebar list to open your active query editor tab.

Running your first Query

Once you are connected to a database, you can write any standard T-SQL queries in the Monaco editor workspace. Press F5 or Ctrl+Shift+E (Cmd+Shift+E on macOS) to run the query segment instantly. The results will populate in the responsive data grid at the bottom.