Microsoft Sql Server Mac Os
- Microsoft Sql Server Master Data Services
- Ms Sql Server Client For Mac Os X
- Microsoft Sql Server Microsoft
- You are finally connected to SQL Server instance running on Mac Docker container and using SQL tool running natively on Mac OS too. You can now either create new db from script or restore it by first copying backup file into mapped Docker folder and then selecting the db backup file in Restore dialog of SQL Operations Studio.
- If that doesn't suit you, our users have ranked more than 50 alternatives to Microsoft SQL Server and many of them are available for Mac so hopefully you can find a suitable replacement. Other interesting Mac alternatives to Microsoft SQL Server are SQLite (Free, Open Source), PostgreSQL (Free, Open Source), MySQL Community Edition (Free, Open Source) and MongoDB (Free, Open Source).
- The following instructions assume a clean environment and show how to install PHP 7.x, the Microsoft ODBC driver, the Apache web server, and the Microsoft Drivers for PHP for SQL Server on Ubuntu 16.04, 18.04, and 19.10, RedHat 7 and 8, Debian 8, 9, and 10, Suse 12 and 15, Alpine 3.11 (experimental), and macOS 10.13, 10.14, and 10.15.
Mar 26, 2018 The Microsoft ODBC Driver for SQL Server provides native connectivity from Windows, Linux, & macOS to Microsoft SQL Server and Microsoft Azure SQL Database. Microsoft SQL Server Database Specific Support. Supported OS'es. DbVisualizer Pro. DbVisualizer Free. Runs on Windows, macOS, and Linux/UNIX. HiDPi images. Never did I think that I'd be able to run SQL Server on my Mac. My, how times have changed. For the first time, SQL Server 2017 allows users to install the product on Linux. This opens the doors for working with fully-featured SQL Server database engines on MacOS through freely distributable Docker.
This article lists and describes what's new in the versioned releases of the Microsoft ODBC driver for SQL Server on Linux and macOS.
17.5.2, March 2020
| Feature added | Details |
|---|---|
| Support authentication with Managed Identity for Azure Key Vault | See Using Always Encrypted with the ODBC Driver. |
| Support for additional Azure Key Vault endpoints | See Using Always Encrypted with the ODBC Driver. |
| Bug fixes. | See Bug fixes. |
17.5, January 2020
| Feature added | Details |
|---|---|
| SQL_COPT_SS_SPID connection attribute to retrieve SPID without round trip to server | See DSN and Connection String Attributes and Keywords. |
Support for indicating EULA acceptance via debconf on Debian and Ubuntu | See Installing the Driver. |
| New distributions supported. | • Alpine Linux (3.10, 3.11) • Oracle Linux 8 • Ubuntu 19.10 • macOS 10.15 |
| Bug fixes. | See Bug fixes. |
17.4.2, October 2019
| Feature added | Details |
|---|---|
| Support for additional Azure Key Vault endpoints | See Using Always Encrypted with the ODBC Driver. |
| Support for setting data classification version | See Data Classification. |
| Bug fixes. | See Bug fixes. |
Known Issue:
When using Always Encrypted with secure enclaves and Azure Key Vault, odd key path lengths may result in CMK signature verification errors. If you encounter this issue, try changing the length of the key path by one character by renaming the AKV key.
17.4, August 2019
| Feature added | Details |
|---|---|
| Always Encrypted with Secure Enclaves. | See Using Always Encrypted with the ODBC Driver. |
| Dynamic loading of OpenSSL | See Programming Guidelines. |
| Configurable TCP Keep Alive settings. | See Connecting to SQL Server. |
| Bug fixes. | See Bug fixes. |
17.3, February 2019
| New item | Details |
|---|---|
| New distributions supported. | • SUSE 15 • Ubuntu 18.10 • macOS 10.14 |
| Azure Active Directory Managed Service Identity (system and user-assigned) authentication mode. | See Using Azure Active Directory with the ODBC Driver. |
| Ability to stream input parameters against Always Encrypted columns. | For more information, see Limitations of the ODBC driver when using Always Encrypted. |
| XA distributed transactions. | See Using XA Transactions. XA is an initialism for eXtended Architecture, which is a standard for the execution of a global transaction that accesses more than one server-side data storage system. |
17.2, July 2018
| New item | Details |
|---|---|
| New distributions supported. | • Ubuntu 18.04 |
| Data Classification for Azure SQL Database and SQL Server. | See Data Classification. |
| Support UTF-8 server encoding. | |
SQLBrowseConnect | |
Dynamic dependency on libcurl. | Starting with this version, the libcurl package is not an explicit dependency.The libcurl package for OpenSSL or NSS is required when using Azure Key Vault or Azure Active Directory authentication.If you encounter an error regarding libcurl, ensure it is installed. |
| Idle Connection Resiliency with ConnectRetryCount and ConnectRetryInterval keywords in connection string. | • Use SQL_COPT_SS_CONNECT_RETRY_COUNT(read only) to retrieve the number of connection retry attempts.• Use SQL_COPT_SS_CONNECT_RETRY_INTERVAL(read only) to retrieve the length of the connection retry interval.See Connection Resiliency in the Windows ODBC Driver. |
| Bug fixes. | Bug fixes. |
17.1, March 2018
| New item | Details |
|---|---|
Support for SQL_COPT_SS_CEKCACHETTL and SQL_COPT_SS_TRUSTEDCMKPATHS connection attributes. | • SQL_COPT_SS_CEKCACHETTL allows controlling the time that the local cache of Column Encryption Keys exists, as well as flushing it.• SQL_COPT_SS_TRUSTEDCMKPATHS allows the application to restrict Always Encrypted operations to use only the specified list of Column Master Keys.See Using Always Encrypted with the ODBC Driver for SQL Server). |
Support for loading the .rll from default location. | See 'Resource File Loading' section in the Installation document. |
| Bug fixes. | Bug fixes. |
17
New distributions supported:macOS High Sierra and Ubuntu 17.10
Performance Improvements:Greater than 10x performance improvement when driver converts to/from UTF-8/16.
Features Added:

Always Encrypted support for BCP API
New connection string attribute UseFMTOnly causes driver to use legacy metadata in special cases requiring temp tables.
Support for Azure SQL Managed Instance.
Note
There are a number of differences when using Managed Instance:
- FILESTREAM is not supported
- Local filesystem access is not supported, but required for things like tracefiles
- Create UDT from local path is not supported
- Windows Integrated Authentication is not supported
- DTC is not supported
- 'sa' account is not present (default account is called 'cloudSA')
- TDS token ERROR (0xAA) returns incorrect server name
- Special characters in database name are not supported
- ALTER DATABASE [dbname1] MODIFY NAME = [dbname2] is not supported
- The error messages are always shown in English, regardless of language settings (same as Azure)
13.1, for SQL Server on Linux and macOS, May 2017
ODBC Driver 13.1 for SQL Server adds support for Always Encrypted and Azure Active Directory when used in conjunction with Microsoft SQL Server 2016.
New distributions supported:OS X 10.11 and macOS 10.12 are supported in the first release of the ODBC Driver on macOS. Ubuntu 16.10 is now also supported, along with Red Hat 6, 7, and SUSE 12. Each platform has a platform-relevant package (RPM or DEB) to ease installation and configuration. For more information, see the ODBC driver installation instructions for Linuxand macOS.
unixODBC Driver Manager 2.3.1 Support Changes: The ODBC driver no longer depends on custom packaging for the unixODBC driver manager (except on RedHat 6), and instead relies on the distribution package manager to resolve the UnixODBC dependency from the distribution's repositories.
Microsoft Sql Server Master Data Services
BCP API Support: The Linux and macOS ODBC driver now supports the use of the BCP API functions (bcp_init, etc.)
13.0, for SQL Server on Linux
With Microsoft ODBC Driver 13.0 for SQL Server, SQL Server 2014 and SQL Server 2016 are now also supported.
New distributions supported:
Ubuntu is now supported, along with Red Hat and SUSE. Each platform has a platform-relevant package (RPM or DEB) to ease installation and configuration. See Installing the Driver for installation instructions.

unixODBC Driver Manager 2.3.1 Support: In addition to a newer driver manager, there is also a package for installing this dependency that eases installation and configuration.
Ms Sql Server Client For Mac Os X
Transparent Network IP Resolution: Transparent Network IP Resolution is a revision of the existing Multi-Subnet Failover feature that affects the connection sequence of the driver in the case where the first resolved IP of the hostname does not respond and there are multiple IPs associated with the hostname.
Hold Control + click the file to launch the installer.On the first installation screen, select Continue to begin the installation process.Review the software license agreement, and then click Continue.Select Agree to agree to the terms of the software license agreement.Choose how you want to install Office and click Continue.Review the disk space requirements or change your install location, and then click Install. Office is activated and ready to use. Tip: If you see an error that says the Microsoft Office installer.pkg can't be opened because it is from an unidentified developer, wait 10 seconds and move the downloaded file to your desktop. Activate Office.To open an Office app, select the Start button (lower-left corner of your screen) and type the name of an Office app, like Word.If you have Windows 8.1 or 8.0, type the name of an Office app on the Start screen.To open the Office app, select its icon in the search results.When the Office app opens, accept the license agreement. Load microsoft office for mac.
OFFICE 2016 DESKTOP Lastupdated September 2017IFYOU LIVE IN (OR IF YOUR PRINCIPAL PLACE OF BUSINESS IS IN) THE UNITED STATES, PLEASEREAD THE BINDING ARBITRATION CLAUSE AND CLASS ACTION WAIVER IN SECTION 9. Microsoft office 2016 home for mac instant license renewal.
TLS 1.2 Support: The Microsoft ODBC Driver 13.0 for SQL Server on Linux now supports TLS 1.2 when secure communications with SQL Server are used.
11, for SQL Server on Linux
The ODBC driver on SUSE Linux (Preview) supports 64-bit SUSE Linux Enterprise 11 Service Pack 2. For more information, see System Requirements.
The ODBC driver on Linux supports AlwaysOn Availability Groups. For more information, see ODBC Driver on Linux Support for High Availability, Disaster Recovery.
The ODBC driver on Linux supports connections to Microsoft Azure SQL Database. For more information, see How to: Connect to Azure SQL Database Using ODBC.
Microsoft Sql Server Microsoft
The -l option (login timeout) has been added to bcp. For more information, see Connecting with bcp.