Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sql server client for mac [closed]

I'm looking for a SQL Server client that will run on Mac OS X. Ideally, I'd like something lightweight that allows me to easily browse the schema, run adhoc queries, highlight SQL syntax, etc.

I really like SQL Yog, so something like that would be perfect, any recommendations?

like image 923
Dónal Avatar asked Nov 15 '22 02:11

Dónal


1 Answers

You may like SQLPro for MSSQL (App Store).

The app has a few neat features such as:

  • Syntax highlighting.
  • Intellisense.
  • Tabbed based interface.
  • Support for executing multiple queries at once.
  • Quick access to tables, columns and more.
  • Query primary key detection and the ability to edit/delete/insert rows directory from query results.
  • Support for MSSQL 2005+ database, including those hosted on Azure.
  • NTLMv2 supported (but not required).
  • Netbios hostnames supported.

There is a seven day trial available via the website. If you purchase via our website, use the promo code STACK25 to save 25%.

Disclaimer: I'm the developer.

like image 71
Kyle Avatar answered Dec 22 '22 09:12

Kyle