What's a good SQL client for Mac OS X that works with MS SQL Server? I don't really need a GUI, but it's nice to have for the color coding and resultset grid.
|
5
|
|
|
|
|
|
Java-based Oracle SQL Developer has a plugin module that supports SQL Server. I use it regularly on my Mac. It's free, too. Update: here's how to install the SQL Server plugin:
|
|||
|
|
|
|
I'm surprised nobody has mentioned SQuirreL SQL yet. It's written in Java and is cross-platform. Works great and supports a ton of databases, including of course MS SQL. http://squirrel-sql.sourceforge.net I've started using RazorSQL, which is another Java cross-platform app. It's more user-friendly than SQuirreL SQL, but it's not free/open-source. |
||||
|
|
|
This doesn't specifically answer your question, because I'm not sure in any clients exist in OSX, but I generally just Remote Desktop into the server and work through that. Another option is VMWare Fusion (which is much better than Parallels in my opinion) + XP + SQL Server Management Studio. |
||
|
|
|
|
I would also recommend RazorSQL |
||
|
|
|
|
Ed: phpmyadmin is for MySQL, but the asker needs something for Microsoft SQL Server (MSSQL). Most solutions that I found involve using an ODBC Driver and then whatever client app you use. For example, Gorilla SQL claims to be able to do that, even though the project seems abandoned. Most good solutions are either using Remote Desktop or VMWare/Parallels. |
||||
|
|
|
Since there currently isn't a MS SQL client for Mac OSX, I would, as Modesty has suggested, use Remote Desktop for the Mac. |
||
|
|
|
|
I use it at work on windows but it's java and supports OSX. |
||
|
|
|
|
This will be the second question in a row I've answered with this, so I think it's worth pointing out that I have no affiliation with this product, but I use it and love it and think it's the right answer to this question too: DbVisualizer. |
||
|
|
|
|
Microsoft's Remote desktop for OS X has been unsupported for years. It's not a Universal Binary, and I've found it to be somewhat buggy (I recall that the application will just quit after a failed connection instead of allowing you to alter the connection info and try again). I'd use the Open Source CoRD if you're looking for a good RDP client for Mac. |
||||
|
|
|
I use Eclipse's Database development plugins - like all Java based SQL editors, it works cross platform with any type 4 (ie pure Java) JDBC driver. It's ok for basic stuff (the main failing is it struggles to give transaction control -- auto-commit=true is always set it seems). Microsoft have a decent JDBC type 4 driver: http://www.microsoft.com/downloads/details.aspx?FamilyId=6D483869-816A-44CB-9787-A866235EFC7C&displaylang=en this can be used with all Java clients / programs on Win/Mac/Lin/etc. Those people struggling with Java/JDBC on a Mac are presumably trying to use native drivers instead of JDBC ones -- I haven't used (or practically heard of) the ODBC driver bridge in almost 10 years. |
||
|
|
