Back to Help Center
SQL Server
Installation Guide

How to Install and Activate Microsoft SQL Server 2017 Standard — A Complete Guide

Complete installation instructions for SQL Server 2017 Standard 24 Core. The first SQL Server for Linux. Requirements: WS 2012 R2-2019. Support until October 2027. Price 1349 zł.

5 min czytania·Zaktualizowano dzisiaj

Before You Begin

SQL Server 2017 Standard (code name: vNext) is a groundbreaking version of Microsoft's database — the first SQL Server available on Linux. Released on 2 October 2017, it is still covered by extended support until 12 October 2027.

Support Cycle

StageDate
Release Date2 October 2017
End of Mainstream Support11 October 2022 (ended)
End of Extended Support12 October 2027

System Requirements

ComponentMinimumRecommended
Operating SystemWindows Server 2012 R2Windows Server 2019
Processorx64, 1.4 GHz2.0 GHz+ multi-core
RAM1 GB (4 GB recommended)16-64 GB (Standard max: 128 GB)
Disk6 GB freeSSD
.NET Framework4.6+4.8

Important: SQL Server 2017 is not officially supported on Windows Server 2022. It supports WS 2012 R2, 2016, and 2019.

Standard vs Enterprise

FeatureStandardEnterprise
Max RAM128 GBUnlimited
Max Cores24Unlimited
Databases in AG5 (basic)Unlimited
In-Memory OLTPLimitedFull
Price at KluczeSoft1349 złOn request

Step 1: Download SQL Server 2017

  1. Microsoft Evaluation Center → SQL Server 2017 → download ISO
  2. Alternatively: Volume Licensing Service Center (VLSC)
  3. We recommend downloading the version with CU31 (latest cumulative update)

Step 2: Prerequisites

  1. Install all Windows Update updates
  2. .NET Framework 4.8
  3. PowerShell 5.1+
  4. Disable antivirus during installation

Step 3: Installation

  1. Mount the ISO, run setup.exe as Administrator
  2. InstallationNew SQL Server stand-alone installation
  3. Product Key: enter the key from KluczeSoft or Evaluation
  4. Feature Selection: Database Engine Services (required), Replication, Full-Text Search
  5. Instance Configuration: Default or Named Instance
  6. Database Engine Configuration:
    • Authentication: Mixed Mode (Windows + SQL)
    • sa password (strong!)
    • Data Directories: separate disks for data, logs, TempDB
  7. Install — 15-30 minutes

Step 4: Activation with Product Key

Method A: During Installation

Enter the key on the Product Key screen.

Method B: SSMS after Installation

  1. SSMS → connect to server → right-click → Properties → General
  2. Change next to Edition → enter key → OK
  3. Restart SQL Server service

Method C: Edition Upgrade

Setup.exe → Maintenance → Edition Upgrade → enter key

Method D: Command Line

setup.exe /q /ACTION=EditionUpgrade /INSTANCENAME=MSSQLSERVER /PID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /IACCEPTSQLSERVERLICENSETERMS

Verification

Expected result: Standard Edition (64-bit), Version: 14.0.xxxx.


Step 5: Post-Installation Configuration

Limit Memory

Enable TCP/IP

SQL Server Configuration Manager → Protocols → TCP/IP → Enable. Port: 1433. Restart the service.

Firewall

Open port 1433 (TCP) and 1434 (UDP for Browser).

Enable Query Store

Enable Automatic Tuning


Key New Features of SQL Server 2017

First SQL Server on Linux

Historic change — full SQL Server version on Ubuntu, RHEL, and SUSE.

Graph Databases

Native support for graphs (NODE, EDGE, MATCH) — ideal for social networks and recommendations.

Adaptive Query Processing

  • Adaptive Joins — the engine itself chooses the join type
  • Memory Grant Feedback — automatic memory allocation correction
  • Interleaved Execution — optimization of table functions

Automatic Tuning

SQL Server automatically detects query plan regressions and reverts to previous, better plans.

Python and R Integration

Machine Learning Services — run Python and R scripts directly in SQL queries.

Resumable Online Index Rebuild

Online index rebuild with pause and resume capability — without losing progress.


Licensing

LicensePrice at KluczeSoft
SQL Server 2017 Standard 24 Core1349 zł
SQL Server 2017 Standard 50 User CAL1690 zł
SQL Server 2017 Standard 50 Device CAL1690 zł

Comparison of SQL Server Versions

VersionPrice 24 CoreSupport UntilKey New Features
SQL 2016989 złJul. 2026Query Store, Always Encrypted
SQL 20171349 złOct. 2027Linux, graphs, Adaptive QP
SQL 20192149 złJan. 2030Big Data Clusters, IQP
SQL 20222999 złJan. 2033Ledger, Synapse Link

Troubleshooting

Key is Not Accepted

  • SQL 2017 key ≠ SQL 2019/2022 key
  • Standard ≠ Enterprise
  • Format: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

Cannot Connect Remotely

  • Enable TCP/IP in SQL Server Configuration Manager
  • Port 1433 in firewall
  • Run SQL Server Browser (named instances)

SQL Server Uses All RAM

Normal. Limit: sp_configure max server memory.

How to Check Version?

SELECT @@VERSION


Summary

SQL Server 2017 Standard 24 Core for 1349 zł — a solid database with support until 2027, first on Linux, with Adaptive Query Processing and Automatic Tuning. Key sent immediately via e-mail.

Microsoft Poland Technical Support: 00 800 121 1654 For any questions or concerns, please contact us at [email protected]

Microsoft

Microsoft SQL Server 2017 Standard 24 Core

Licencja dożywotniaWysyłka w 1 min
Kup w KluczeSoft

Najczęściej zadawane pytania

A 24 Core licence at KluczeSoft: 1349 zł one-time payment. Core-based model = unlimited number of users.
Extended support until 12 October 2027. Main support ended in October 2022.
Not officially. SQL 2017 supports WS 2012 R2, 2016, and 2019. On WS 2022, install SQL 2019 or 2022.
First SQL Server on Linux, graph databases, Adaptive Query Processing, Automatic Tuning, Python/R.
Yes — via backup/restore (recommended) or in-place upgrade on a new server.

Czy ten artykuł był pomocny?