sql-server - 将 DbVisualizer 与 Azure SQL 结合使用的数据库驱动程序是什么?

标签 sql-server macos azure azure-sql-database dbvisualizer

我之前使用过 Microsoft SQL Server Management Studio here使用 Azure SQL here但我想尝试DbVis (独立于平台的替代方案)。我正在 OSX 中尝试 DbVis。我可以找到 SQL Server 的 JDBC 驱动程序 here但不确定这是否需要在 OSX 中将 DbVis 与 Azure SQL 一起使用。

我需要选择哪个驱动程序才能连接到 DbVis 中的 Azure SQL?

enter image description here

enter image description here

试用 1. 管理员凭据错误

The settings are

  • Server name myDB.database.windows.net as Database URL
  • Azure SQL admin as Database userid
  • Azure SQL password as Database Password

by which the error such that

An error occurred while establishing the connection:
The selected Driver cannot handle the specified Database URL.
The most common reason for this error is that the database URL
contains a syntax error preventing the driver from accepting it.
The error also occurs when trying to connect to a database
with the wrong driver. Correct this and try again.

enter image description here

潜在相关

  1. 在 Ubuntu 下的 DB Vis 中连接到 Azure SQL here (问答主题)

  2. 在 Db Vis 中连接到 Azure 管理数据 here (一些文章)

  3. Db Vis 中的票证,要求提供连接到 Db Vis 中的 Azure SQL 数据库的说明 here .

最佳答案

不过,我对 DBVisualizer/jTDS 驱动程序没有任何问题。 enter image description here enter image description here

据我所知,第一个错误只是表明您的连接字符串有错误,我建议您打开 Azure 管理门户并从那里复制相应的 jdbc 连接字符串。 enter image description here 第二个错误表明您无法在数据库 URL 模式下 ping 服务器,请切换到服务器信息模式,然后就可以了。

关于sql-server - 将 DbVisualizer 与 Azure SQL 结合使用的数据库驱动程序是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43968956/

相关文章:

sql-server - "INSTEAD OF UPDATE "触发器内部的MSSQL条件检查

java - 在 Mac OSX Sierra 上安装 Ortus Commandbox,运行 box 会导致错误和异常

macos - 我怎样才能只移动 list.txt 中*不*的文件?

Azure数据工厂: complex (JSON) state management

c# - 模拟来自 Azure Service Fabric 群集的 10,000 个 Azure IoT 中心设备连接

SQL 分页查询 order by

sql - SQL 中的 INSERT 与 INSERT INTO

sql-server - 查看实际运行的查询列表

python-3.x - python模块 'signal'没有属性 'SIGHUP'和其他信号

azure - 如何通过 Helm 图表将 Vault 与 Kubernetes 上的 Consul 代理连接(Consul 服务器位于 Azure 托管应用程序上)