如何在Mac OS X操作系统中连接远程SQL服务器?我真的不需要一个GUI,但它将是很好的颜色编码和结果集网格。我宁愿不用虚拟机。

是否有一个SQL客户端Mac OS X工作与MS SQL Server?


当前回答

在过去的两年里,我在MySQL中使用Navicat已经取得了很好的成功。 UI可以稍微更新一下,但它们提供的所有工具和选项都让我觉得成本是合理的。

其他回答

基于java的Oracle SQL Developer有一个支持SQL Server的插件模块。我经常在我的Mac电脑上使用它。它也是免费的。

下面是如何安装SQL Server插件:

运行SQL Developer 进入这个菜单项:Oracle SQL Developer/Preferences/Database/Third-party JDBC Drivers 单击帮助。 它将有指向MySQL、SQL Server等JAR文件的指针。 SQL Server JAR文件可以在http://sourceforge.net/projects/jtds/files/上获得

When this question was asked there were very few tools out there were worth much. I also ended up using Fusion and a Windows client. I have tried just about everything for MAC and Linux and never found anything worthwhile. That included dbvisualizer, squirrel (particularly bad, even though the windows haters in my office swear by it), the oracle SQL developer and a bunch of others. Nothing compared to DBArtizan on Windows as far as I was concerned and I was prepared to use it with Fusion or VirtualBox. I don't use the MS product because it is only limited to MS SQL.

底线是没有免费的东西是值得的,大多数商业非视窗产品也是如此

However, now (March 2010) I believe there are two serious contenders and worthwhile versions for the MAC and Linux which have a low cost associated with them. The first one is Aqua Data Studio which costs about $450 per user, which is a barely acceptable, but cheap compared to DBArtizan and others with similar functionality (but MS only). The other is RazorSQL which only costs $69 per user. Aqua data studio is good, but a resource hog and basically pretty sluggish and has non essential features such as the ER diagram tool, which is pretty bad at that. The Razor is lightning fast and is only a 16meg download and has everything an SQL developer needs including a TSQL editor.

所以最大的赢家是RazorSQL,只要69美元,就物有所值。相信我,在等待了几年之后,我终于找到了一个便宜的非窗口DBartizan的替代品,我非常挑剔。

我使用Eclipse的数据库开发插件——像所有基于Java的SQL编辑器一样,它可以与任何类型4(即纯Java) JDBC驱动程序跨平台工作。对于基本的事情来说,它是可以的(主要的失败是它很难给予事务控制——auto-commit=true似乎总是设置)。

微软有一个不错的JDBC type 4驱动程序:http://www.microsoft.com/downloads/details.aspx?FamilyId=6D483869-816A-44CB-9787-A866235EFC7C&displaylang=en它可以用于Win/Mac/Lin/etc上的所有Java客户端/程序。

那些在Mac上挣扎于Java/JDBC的人大概是在尝试使用本机驱动程序而不是JDBC驱动程序——我已经将近10年没有使用过(或者实际上听说过)ODBC驱动程序桥了。

让我们一起研究一个标准答案。

本地应用

SQLPro for MSSQL 纳维卡特 瓦伦蒂娜一室公寓 加桌

基于java的

Oracle SQL Developer(免费) SQuirrel SQL(免费,开源) 剃须刀SQL DB可视化工具 DBeaver(免费,开源) SQL Workbench/J(免费,开源) JetBrains DataGrip 元数据库(免费,开源) Netbeans(免费、开源、完整的开发环境)

电子

Visual Studio Code与mssql扩展 Azure Data Studio SQLectron

(待办事项:添加以下提到的其他事项)

在过去的两年里,我在MySQL中使用Navicat已经取得了很好的成功。 UI可以稍微更新一下,但它们提供的所有工具和选项都让我觉得成本是合理的。