Sql Client For Mac



SQL Server on Mac. Up vote 15 down vote favorite. RDP to other machines, use SSMS equivalent clients to connect to another SQL Server running on Windows elsewhere, or install a different platform on the Mac. To run SQL on mac, we can run this using docker. Please follow the link below. Installing or running the Configuration Manager client for Linux or UNIX or the client for Mac on computers under an account other than root isn't supported. Doing so can prevent key services from running correctly. SQuirreL SQL Client is a JAVA-based database administration tool for JDBC compliant databases. It allows you to view the database structure and issue SQL commands. It supports databases such as Firebird, IBM DB2, InterBase, Microsoft Access, Microsoft SQL Server, MySQL, Oracle, PostreSQL, and Sybase. SQLPro for MSSQL is the Premier application for editing and viewing SQL Server databases on mac os x.

Platform

Download

Notes

Windows 64-bit with JDK 8 included
  • MD5: aaae291a468b73fc5c374f9213d7456d
  • SHA1: f250948419d3336998fb666f8ce5dcd6203431ab
Windows 32-bit/64-bit
Download (410 MB)
  • MD5: b6633f8488d6ccece6a345d59a984d63
  • SHA1: 086c800487af8dcb2599036a3b56b76f8fc0394d
  • JDK 8 or 11required
Mac OSX
  • MD5: cd57e7e4f266191e148f17a39ec42459
  • SHA1: 84020d40afee33a04bd0611dc43bb8ef780c9b3f
  • JDK 8or 11required
Linux RPM
Download (401 MB)
  • MD5: e3460c6738a396c4aa45edbda6c2e852
  • SHA1: 737270eabf6852c5c4b909afae2b7efb3aea4b26
  • JDK 8 or 11 required
Other Platforms
  • MD5: b6633f8488d6ccece6a345d59a984d63
  • SHA1: f250948419d3336998fb666f8ce5dcd6203431ab
  • JDK 8 or 11 required

Troubleshooting - Previous Version

Command Line - SQLcl 19.2

August 1, 2019 - Update 19.2

All Platforms

Download

Release notes

Download (24 MB)
  • MD5: 5dc2715c6167e0c760b2ac7b06dbb00c
  • SHA1: e3adfc0a7da6eeddf03690975de19c0bafaa51b4

Prior to connecting to an MS SQL Server instance from a Mac machine, there are some configuration settings that need to enabled on the SQL Server database.

Ms Sql Server Mac

1. The SQL Server database should be configured to accept TCP/IP connections. Many SQL Server installations are set up to only allow shared memory or named pipe access. You can setup the TCP/IP option using a tool like the SQL Server Configuration manager. Under Network Configuration there should be an option for Protocols. One of those protocols is TCP/IP . Make sure to enable TCP/IP.

Sql Client For Mac

2. If the user connecting to the database does not have a valid user id and password for the windows domain used by SQL Server, mixed mode authentation would need to be enabled on the SQL Server instance, and an administrator would need to create a SQL Server user id and password for the user connecting to the instance.

The easiest way to connect to MS SQL Server from Mac is with a JDBC (Java Database Connectivity) driver. There are two options for JDBC driver. Once is the open source jTDS driver. The other is the JDBC driver from Microsoft.

RazorSQL can use either of these drivers to connect to SQL Server, and the jTDS driver comes pre-installed with RazorSQL. If you are looking for a client program to query, edit, browse, and manage your SQL Server instance, check out RazorSQL. Free trials can be downloaded from here: https://razorsql.com/download.html

If you would like to proceed with writing your own programs to access SQL Server, check out the documentation for the jTDS driver to get started:
http://jtds.sourceforge.net/

Sql Client For Mac Oracle

If you need an editor for developing your Java JDBC program, check out EditRocket, available here:
https://editrocket.com/