Share via

SQServer 2019 version

Avyayah 1,291 Reputation points
Dec 27, 2023, 7:07 PM

After installing sqlserver 2019 applied SQLServer2019-KB5031908-x64 Cumulative path. Executing select @2020VERSION got this output: Microsoft SQL Server 2019 (RTM-CU24) (KB5031908) - 15.0.4345.5 (X64) Dec 4 2023 14:44:16 Copyright (C) 2019 Microsoft Corporation Standard Edition (64-bit) on Windows Server 2019 Standard 10.0 <X64> (Build 17763: ) (Hypervisor) I was not expecting RTM in the version name

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,491 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dan Guzman 9,356 Reputation points
    Dec 27, 2023, 9:49 PM

    The version string in newer SQL versions includes "RTM" followed by the CU/GDR level when applicable (such as "(RTM-CU24)" in your case). This has been the case since SQL Server 2017 because service packs are no longer used to distribute patches. In SQL Server 2016 and earlier versions, the version string indicates the service pack (or RTM if no SP is installed) followed by the CU/GDR level.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Oldest

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.