Apr 03, 2018 I haven’t tried using Access on OS X directly, but from looking at Microsoft Access in AppDB (a compatibility list for Wine), it could work on Wine, which runs some Windows software directly on the OS X (macOS) desktop. Jul 30, 2017 Starting with SQL Server 2017, you can now install SQL Server directly on to a Linux machine. And because macOS is Unix based (and Linux is Unix based), you can run SQL Server for Linux on your Mac. The way to do this is to run SQL Server on Docker. So let’s go ahead and install Docker. Then we’ll download and install SQL Server. May 17, 2017 For Mac users who also need to use a PC at work, home or just with specific applications, there is a solution. Using Boot Camp Assistant, you can install Windows 7 on your Intel-based Mac computer in its own partition. You’ll have a dual-boot system with your Mac OS on one partition and Windows on another.
- Can I Install Microsoft Sql On Mac Pro
- Can I Install Microsoft Sql On Mac Download
- Can I Install Microsoft Sql On Mac Windows 10
This article is an index of content that provides guidance for installing SQL Server on Windows.
For other deployment scenarios, see:
Beginning with SQL Server 2016 (13.x), SQL Server is only available as a 64-bit application. Here are important details about how to get SQL Server and how to install it.
Getting started
Editions and features: Review the supported features for the different editions and versions of SQL Server to determine which best suits your business needs.
- SQL Server 2019 (15.x).
- SQL Server 2017 (14.x).
- SQL Server 2016 (13.x).
Requirements: Review hardware and software installation requirements for SQL Server 2016 & 2017, SQL Server 2019 or SQL Server on Linux, as well as system configuration checks, and security considerations in Planning a SQL Server Installation
Sample databases and sample code:
- They are not installed as part of SQL Server setup by default but can be found
- To install them for non-Express editions of SQL Server, see the Where are samples
Installation media
The download location for SQL Server depends on the edition:
- SQL Server Enterprise, Standard, and Express Editions are licensed for production use. For the Enterprise and Standard Editions, contact your software vendor for the installation media. You can find purchasing information and a directory of Microsoft partners on the Microsoft licensing page.
Other SQL Server components can be found here:
- SQL Server Reporting Services.
Considerations
Installation fails if you launch setup through Remote Desktop Connection with the media on a local resource in the RDC client. To install remotely the media must be on a network share or local to the physical or virtual machine. SQL Server installation media may be either on a network share, a mapped drive, a local drive, or presented as an ISO to a virtual machine.
SQL Server Setup installs the following software components required by the product:
- SQL Server Native Client
- SQL Server Setup support files
SQL Server installation
Article | Description |
---|---|
Installation Wizard | Install SQL Server using the Installation Wizard GUI launched from the setup.exe setup media. |
Command Prompt | Sample syntax and installation parameters for running a SQL Server installation from the command prompt. |
Server Core | Install SQL Server on Windows Server Core. |
Check Parameters for the System Configuration Checker | Discusses the function of the System Configuration Checker (SCC). |
Configuration File | Sample syntax and installation parameters for running Setup through a configuration file. |
SysPrep | Sample syntax and installation parameters for running Setup through SysPrep. |
Add Features to an Instance | Update components of an existing instance of SQL Server. |
SQL Server Failover Cluster Installation | Install a SQL Server failover cluster instance. |
Repair a Failed SQL Server Installation | Repair a corrupt SQL Server installation. |
Rename a computer with SQL Server | Update system metadata that is stored in sys.servers after the hostname of a computer hosting a stand-alone instance of SQL Server has been renamed. |
Install SQL Server Servicing Updates | Install updates for SQL Server. |
Setup Log Files | View and read the errors in the SQL Server setup log files. |
Validate an Installation | Review the use of the SQL Discovery report to verify the version of SQL Server and the SQL Server features installed on the computer. |
Individual component installation
Article | Description |
---|---|
SQL Server Database Engine | Install and configure the SQL Server Database Engine. |
SQL Server Replication | Install and configure SQL Server Replication. |
Distributed Replay | Lists articles to install the Distributed Replay feature. |
SQL Server Management Tools with SSMS | Install and configure SQL Server management tools. |
SQL Server PowerShell | Considerations for installing SQL Server PowerShell components. |
SQL Server configuration
Article | Description |
---|---|
Configure Windows Firewall (SQL Server) | Overview of firewall configuration and how to configure the Windows firewall to allow access to SQL Server. |
Configure the Windows Firewall (SSAS) | Configure both port and firewall settings to allow access to Analysis Services or Power Pivot for SharePoint. |
Configure a Multi-Homed Computer | Configure SQL Server and Windows Firewall with Advanced Security to provide for network connections to an instance of SQL Server in a multi-homed environment. |
See also
Upgrade SQL Server
Uninstall SQL Server
Install SQL Server Reporting Services (SSRS)
Install SQL Server Analysis Services (SSAS)
Install SQL Server Business Intelligence Features
High Availability Solutions (SQL Server)
Starting with SQL Server 2017, SQL Server runs on Linux. It's the same SQL Server database engine, with many similar features and services regardless of your operating system.
SQL Server 2019 runs on Linux. It's the same SQL Server database engine, with many similar features and services regardless of your operating system. To find out more about this release, see What's new in SQL Server 2019 for Linux.
Tip
Can I Install Microsoft Sql On Mac Pro
SQL Server 2019 is available! To find out what's new for Linux in the latest release, see What's new in SQL Server 2019 for Linux.
Tip
SQL Server 2019 is available! To find out what's new for Linux in the latest release, see What's new in SQL Server 2019 for Linux.
Tip
SQL Server 2019 is available! To find out what's new for Linux in the latest release, see What's new in SQL Server 2019 for Linux.
Install
Can I Install Microsoft Sql On Mac Download
To get started, install SQL Server on Linux using one of the following quickstarts:
Note
Docker itself runs on multiple platforms, which means that you can run the Docker image on Linux, Mac, and Windows.
Connect
After installation, connect to the SQL Server instance on your Linux machine. You can connect locally or remotely and with a variety of tools and drivers. The quickstarts demonstrate how to use the sqlcmd command-line tool. Other tools include the following:
Tool | Tutorial |
---|---|
Visual Studio Code (VS Code) | Use VS Code with SQL Server on Linux |
SQL Server Management Studio (SSMS) | Use SSMS on Windows to connect to SQL Server on Linux |
SQL Server Data Tools (SSDT) | Use SSDT with SQL Server on Linux |
Explore
SQL Server 2017 has the same underlying database engine on all supported platforms, including Linux. Therefore, many existing features and capabilities operate the same way on Linux. This area of the documentation exposes some of these features from a Linux perspective. It also calls out areas that have unique requirements on Linux.
If you are already familiar with SQL Server, review the Release notes for general guidelines and known issues for this release. Then look at what's new for SQL Server on Linux as well as what's new for SQL Server 2017 overall.
SQL Server 2019 (15.x) has the same underlying database engine on all supported platforms, including Linux. Therefore, many existing features and capabilities operate the same way on Linux. This area of the documentation exposes some of these features from a Linux perspective. It also calls out areas that have unique requirements on Linux.
If you are already familiar with SQL Server on Linux, review the Release notes for general guidelines and known issues for this release. Then look at what's new for SQL Server 2019 on Linux.
Can I Install Microsoft Sql On Mac Windows 10
SQL Server 2017 and SQL Server 2019 (15.x) have the same underlying database engine on all supported platforms, including Linux. Therefore, many existing features and capabilities operate the same way on Linux. This area of the documentation exposes some of these features from a Linux perspective. It also calls out areas that have unique requirements on Linux.
If you are already familiar with SQL Server on Linux, review the release notes:
Then look at what's new:
Tip
For answers to frequently asked questions, see the SQL Server on Linux FAQ.
Get help
Contribute to SQL documentation
Did you know that you could edit the content yourself? If you do so, not only will our documentation improve, but you'll also be credited as a contributor to the page.