EN
MS SQL Server - check version using SQL
0
points
In this short article, we would like to show how to check the MS SQL Server version using SQL.
Quick solution:
SELECT @@VERSION
Example output:
Microsoft SQL Server 2019 (RTM) - 15.0.2000.5 (X64) Sep 24 2019 13:48:23 Copyright (C) 2019
Microsoft Corporation Express Edition (64-bit) on Windows 10 Home 10.0 <X64> (Build 19042: )