I’m looking for a way to connect to a Microsoft SQL Server database from my Mac. I’ve been searching for a decent client application that can handle MS SQL connections without having to run Windows in a virtual machine.
While I could work with just a command line tool, it would be really helpful to have something with a graphical interface. Features like syntax highlighting and a nice table view for query results would make my work much easier.
Does anyone know of a good database client for macOS that supports SQL Server connections? I want to avoid the hassle of setting up virtualization software just to run database queries.
hey, have u tried Azure Data Studio? it’s free and works well on Mac for SQL Server. the interface is super clean, plus syntax highlighting is a huge help. been using it for a bit now, can’t complain!
hey! i’m also looking into this, what SQL server version do u use? and is it for analysis or dev stuff? it might help to know to find the best client for ya!
I’ve been using DBeaver for SQL Server on my Mac for two years now - it’s rock solid. Uses JDBC drivers so you don’t need any virtualization setup. Great syntax highlighting, easy table browsing, and the query interface handles complex stuff without breaking a sweat. Setting up connections is simple - just plug in your server credentials. The best part? You can manage different database types in one interface, which is huge if you’re juggling multiple systems. Community edition is free and has everything you need for SQL Server dev work.