SQL Server 2017 download and setup
This recipe will cover the following subtopics:
- Download SQL Server 2017
- Set up SQL Server with SSIS scale out options
Getting ready
This recipe assumes that you have the necessary permissions to install SQL Server on your machine.
How to do it...
- Open your web browser and navigate to https://www.microsoft.com/en-us/sql-server/sql-server-2017 .
- Select
Download the preview
, as shown in the following screenshot:
- On the page that appears, select
Windows
in the platform menus at the right and click onInstall on Windows
, as shown in this screenshot:
- As shown in the following screenshot, fill in the form and click on
Continue
:
- Choose
ISO
and click onContinue
, as shown here:
- Choose the language (we selected
English
) and click onDownload
, as shown in the following screenshot:
- The download will now start. Once completed, navigate to the folder where you saved the file named
SQLServer2017CTP2.1-x64-ENU.iso
and double-click on it. Selectsetup.exe
to proceed with...