SQL Client for Mac OS X that works with MS SQL Server [closed]

How can I connect to a remote SQL server using Mac OS X? I don’t really need a GUI, but it would be nice to have for the color coding and resultset grid. I’d rather not have to use a VM.

Is there a SQL client for Mac OS X that works with MS SQL Server?

25 s
25

Let’s work together on a canonical answer.

Native Apps

  • SQLPro for MSSQL
  • Navicat
  • Valentina Studio
  • TablePlus

Java-Based

  • Oracle SQL Developer (free)
  • SQuirrel SQL (free, open source)
  • Razor SQL
  • DB Visualizer
  • DBeaver (free, open source)
  • SQL Workbench/J (free, open source)
  • JetBrains DataGrip
  • Metabase (free, open source)
  • Netbeans (free, open source, full development environment)

Electron-Based

  • Visual Studio Code with mssql extension
  • Azure Data Studio
  • SQLectron

(TODO: Add others mentioned below)

Leave a Comment