Back to Help Center
SQL Server
Installation Guide

SQL Server 2019 Standard – 10 Device CAL: Installation, Activation, and Licence Management

Comprehensive guide to installing, activating, and managing licenses for SQL Server 2019 Standard with a 10 Device CAL package. Detailed requirements, installation steps, activation, and troubleshooting.

9 min czytania·Zaktualizowano dzisiaj

Before You Begin

SQL Server 2019 Standard is an advanced database environment from Microsoft, designed for medium and large organisations that require high performance, security, and scalability. The Standard edition offers a wide range of analytical, reporting, and data integration features, while remaining a cost-effective alternative to the Enterprise edition. The Server + CAL (Client Access License) licensing model allows for flexible management of access to the SQL server in environments where the number of devices or users is easy to determine.

The 10 Device CAL package enables legal access to the SQL Server 2019 Standard instance from ten specific devices. This is an optimal solution for companies where one computer is used by multiple employees (e.g., in a shift system, in laboratories, or on production stations). Each device covered by the Device CAL can be used by any number of users; however, the licence is assigned to the hardware, not the person.

Important: The Device CAL is not installed on the server or device. It is documentation that authorises access – you must keep a record of the CAL assignment to devices.

What You Receive from KluczeSoft?

  • The original SQL Server 2019 Standard 10 Device CAL licence package (499 zł for 10 CALs)
  • A VAT invoice and licensing documentation
  • Technical support for installation and activation
  • Access to security updates until January 2030
  • The possibility to download the SQL Server 2019 Standard installer

Technical Support Periods

ProductRelease DateEnd of Mainstream SupportEnd of Extended Support
SQL Server 2019 Standard4 Nov 20197 Jan 20258 Jan 2030
SQL Server 2019 Device CAL4 Nov 20197 Jan 20258 Jan 2030

More information: Microsoft SQL Server 2019 Official Website

System Requirements

To install SQL Server 2019 Standard, your server or computer must meet the minimum hardware and software requirements compatible with Microsoft documentation. It is recommended to use the latest operating system updates.

ComponentMinimum Requirements
Processorx64, min. 1.4 GHz (recommended 2.0 GHz or more); SSE2 instruction support
RAMMin. 2 GB (recommended 4 GB or more)
Disk SpaceMin. 6 GB for database installation; more for large environments
Operating SystemWindows Server 2016, 2019, 2022; Windows 10/11 Pro/Enterprise (x64)
Network1 Gb/s network card (recommended)
.NET FrameworkVersion 4.6 or later
DisplayMin. 800x600 (recommended 1024x768 or more)
PermissionsLocal administrator account

Note: SQL Server 2019 is not available in a 32-bit version. All components must be installed on a 64-bit system.

Step 1: Downloading the SQL Server 2019 Standard Installer

  1. Log in to the Microsoft SQL Server Downloads page.
  2. In the "SQL Server 2019 Standard" section, click "Download now" or download the installer from the link provided by KluczeSoft.
  3. Save the installation file (e.g., SQLServer2019-Standard-x64-ENU.iso) to your local disk.

Step 2: Preparing the Installation Environment

  1. Ensure you have administrator permissions on the server or computer.
  2. Close all unnecessary applications.
  3. Install the latest Windows updates.
  4. Mount the ISO installer image:
    • Right-click on the ISO file and select "Mount".
    • Open the new drive in "This PC" (e.g., D:\).

Step 3: Running the SQL Server 2019 Installer

  1. Go to the mounted installation drive.
  2. Run the setup.exe file as an administrator (right-click > "Run as administrator").
  3. In the main installer window, select "New SQL Server stand-alone installation or add features to an existing installation".

Step 4: Installation Process – Detailed Guide

Screen: Product Key

  • Enter the SQL Server 2019 Standard product key (received from KluczeSoft).
  • Click "Next".

Screen: License Terms

  • Read and accept the license terms.
  • Check "I accept the license terms".
  • Click "Next".

Screen: Global Rules

  • The installer will check the prerequisites. If warnings appear, click "Show details" and resolve the issues.
  • Click "Next".

Screen: Microsoft Update

  • Choose whether to use Microsoft Update to update SQL Server.
  • Recommended: check "Use Microsoft Update to check for updates".
  • Click "Next".

Screen: Install Rules

  • The installer will check additional requirements (e.g., ports, permissions).
  • Resolve any errors that occur.
  • Click "Next".

Screen: Feature Selection

  • Select the required components (recommended: Database Engine Services, SQL Server Replication, Full-Text and Semantic Extractions for Search).
  • Click "Next".

Screen: Instance Configuration

  • Choose "Default instance" or "Named instance" (e.g., SQL2019STD).
  • Click "Next".

Screen: Server Configuration

  • Configure the service accounts (recommended: default settings).
  • Set the service startup mode to "Automatic".
  • Click "Next".

Screen: Database Engine Configuration

  • Choose the authentication mode: "Windows authentication mode" or "Mixed Mode".
  • Add SQL Server administrators (e.g., your account).
  • Click "Next".

Screen: Ready to Install

  • Review the configuration summary.
  • Click "Install".

Screen: Installation Progress

  • Wait for the installation to complete. This may take several minutes.

Screen: Complete

  • After the installation is complete, click "Close".

Step 5: Activation with Product Key

Graphical Method (GUI)

  1. Open "SQL Server Installation Center".
  2. Go to "Maintenance" > "Edition Upgrade".
  3. Enter the product key and follow the instructions.

Command Line Method (cmd)

  1. Open the Command Prompt as an administrator.
  2. Go to the SQL Server tools directory, e.g.:
    cd "C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\SQLServer2019"
    
  3. Enter the activation command:
    setup.exe /q /ACTION=ActivateEdition /Edition=Standard /PID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
    
    Replace XXXXX-XXXXX-XXXXX-XXXXX-XXXXX with your product key.

Note: SQL Server does not have an activation command like Windows or Office (slmgr, ospp). The product key is verified during installation or edition update.

Activation Verification

  1. Open SQL Server Management Studio (SSMS).
  2. Connect to the SQL Server instance.
  3. Execute the query:
    SELECT SERVERPROPERTY('Edition'), SERVERPROPERTY('ProductVersion'), SERVERPROPERTY('LicenseType'), SERVERPROPERTY('NumLicenses');
    
  4. Check if it displays "Standard Edition" and the correct version number. If you need help, please contact us at [email protected] or call 00 800 121 1654.

Step 6: Post-Installation Configuration

After completing the installation and activation of SQL Server 2019 Standard, it is recommended to perform the following steps:

  1. SQL Server Update

    • Download and install the latest Service Pack and cumulative updates (CU) from Microsoft Update.
  2. Backup Creation

    • Configure a schedule for automatic database backups.
  3. Security Configuration

    • Set strong passwords for SQL accounts.
    • Configure the network firewall (default port: 1433 TCP).
  4. Adding Device CAL to the Register

    • Assign each Device CAL to a specific device (keep a record).
    • Example register:
      Device NameSerial NumberAssignment Date
      PC-KASA-01SN1234562024-06-01
  5. Connection Test

    • From each device with an assigned CAL, check the connection to SQL Server using SSMS or a client application.

Step 7: Troubleshooting

Below are descriptions of common issues and their solutions:

1. Error: "SQL Server setup failed to validate the product key"

  • Cause: Incorrect or improperly entered product key.
  • Solution: Check the key's correctness. Copy the key without spaces, ensure it matches the installer version (Standard 2019).

2. Error: "Rule 'SQL Server Edition Operating System Compatibility' failed"

  • Cause: Attempt to install on an unsupported operating system.
  • Solution: Ensure the system is Windows Server 2016/2019/2022 or Windows 10/11 Pro/Enterprise (x64).

3. Error: "Port 1433 is blocked"

  • Cause: Port TCP 1433 blocked by the system firewall.
  • Solution: Open port 1433 in the Windows firewall:
    • Control Panel > System and Security > Windows Defender Firewall > Advanced Settings > Inbound Rules > New Rule > Port > 1433 TCP.

4. Error: "Cannot connect to SQL Server"

  • Cause: SQL Server service not running or incorrect network configuration.
  • Solution:
    • Check the service status: Control Panel > Administrative Tools > Services > SQL Server (MSSQLSERVER) > Start.
    • Verify the network configuration in SQL Server Configuration Manager.

5. Error: "Login failed for user"

  • Cause: Incorrect login details or lack of permissions.
  • Solution:
    • Check if the user account has database permissions.
    • If using Mixed Mode, check the correctness of the SQL account password.

6. Error: "Device CAL compliance audit failed"

  • Cause: Lack of Device CAL assignment register.
  • Solution: Complete the CAL assignment register. Store documentation according to company policy.

If you need further assistance, please contact us at [email protected] or call 00 800 121 1654.

Step 8: Comparing versions and prices in KluczeSoft

Edition / LicenseMain featuresPrice (zł)Number of devices / users
SQL Server 2019 StandardDatabase, replication, reporting2 1991 server
SQL Server 2019 Standard 10 CALAccess for 10 devices (Device CAL)49910 devices
SQL Server 2019 Standard 10 User CALAccess for 10 users (User CAL)49910 users
SQL Server 2019 EnterpriseAdvanced features, unlimited RAM14 9991 server

More information: /sql-server-cals-

Summary

SQL Server 2019 Standard with a 10 Device CAL package is a flexible and cost-effective solution for companies that want to legally and efficiently manage access to the database from multiple devices. Remember that Device CAL is a licensing document – it does not require installation, but it requires maintaining a record of device assignment. If you have any questions or technical issues, please contact our support department at 00 800 121 1654 or visit our knowledge base at pomoc.kluczesoft.pl.

Tip: Regularly update SQL Server and keep a licence record to avoid problems during audits. You can also contact us at [email protected] for more information.

Microsoft

SQL Server 2019 Standard 10 Device CAL

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

Related Articles

## Activating SQL Server 2019 Standard 10 Device CAL To activate **SQL Server 2019 Standard 10 Device CAL**, follow these steps: - Ensure you have a valid licence key for **SQL Server 2019 Standard**. - Install **SQL Server 2019 Standard** on your server. - Once the installation is complete, open the **SQL Server Management Studio**. > You can find **SQL Server Management Studio** in the **Start** menu, or by searching for it in **Windows**. ## Activation Steps 1. **Launch Command Prompt** as an administrator. 2. Navigate to the directory where **SQL Server** is installed, typically `C:\Program Files\Microsoft SQL Server\110\Tools\Binn`. 3. Run the following command to activate **SQL Server**: ```bash sqlservr -m -T5099 ``` 4. Open a new **Command Prompt** window and navigate to the same directory. 5. Run the following command to specify the licence key: ```bash sqlservr -m -T5099 -k <licence_key> ``` Replace `<licence_key>` with your actual **SQL Server 2019 Standard** licence key. ## Troubleshooting If you encounter any issues during activation, ensure that: - Your **Windows** and **Office** installations are genuine and up-to-date. - You have the latest updates for **SQL Server 2019 Standard** installed. - Your system meets the minimum requirements for **SQL Server 2019 Standard**. ## Contact Support For further assistance or to report any issues, please contact our support team at `[email protected]` or call us on `00 800 121 1654`. Our team will be happy to help you with the activation process or any other queries you may have regarding **KluczeSoft** products.Installation and Activation of Microsoft Windows Server 2019 Standard 16 CoreHow to Install Windows Server 2019 Essentials — A Complete GuideInstallation and Activation of Microsoft Windows Server 2019 DatacenterHow to install Windows Server 2022 Standard — a complete guideHow to install Windows Server 2022 Datacenter — a complete guide

Najczęściej zadawane pytania

A Device CAL is a licence assigned to a specific device, which grants the right to access SQL Server 2019 Standard, regardless of the number of users using that device.
No. Device CAL is a licensing documentation. It does not require installation, but you should keep a record of CAL assignments to devices.
You can transfer Device CAL only when the original device is retired from use (e.g. destroyed, sold, or disposed of).
Connect to the server via SSMS and run the query: `SELECT SERVERPROPERTY('Edition')`, to confirm the edition and version of the product.
Yes. Device CAL 2019 provides access to SQL Server 2019 and earlier versions (downgrade rights).
Check the correctness of the key, the version of the installer, and compatibility with the edition. If you encounter problems, contact KluczeSoft support.
No, but you must keep an internal record of Device CAL assignments to devices in case of a licensing audit.

Czy ten artykuł był pomocny?