Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Mac alternative to SQL server management studio? [closed]

I am on Windows so SQL server management studio works fine for me. However, my application is hosted and my client needs to make some entries in DB and he has Mac. How can we get over this issue? Is there any MAC option for SSMS?

Thanks!

like image 319
Jack Avatar asked Jan 21 '13 07:01

Jack


People also ask

Is there SQL Server Management Studio for Mac?

Can you run SSMS on Mac? No, SQL Server Management Studio only runs on Windows. For macOS, Microsoft recommends using Azure Data Studio.

What is better than SSMS?

Microsoft SQL Server, MySQL WorkBench, Microsoft Access, AzureDataStudio, and PostgreSQL are the most popular alternatives and competitors to Microsoft SQL Server Management Studio.

Is SQL Server Management Studio free for Mac?

It is free to use and offers almost all features from Windows based SSMS. Show activity on this post. I prefer the official Microsoft tool: Azure Data Studio. It can perform all regular database tasks.

Can I install Management Studio without SQL Server?

Solution. It is possible to install SQL Server Management Studio on local machine without having other SQL Server components.


1 Answers

DbVisualizer is OS independent using java.

http://www.dbvis.com/download/

This was answered years ago. Another option is Azure Data Studio

https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio?view=sql-server-ver15

like image 129
Osa E Avatar answered Sep 20 '22 23:09

Osa E