Hi guys!!
Today I want to share a simple but useful trick to show the version of your SQL Server.
Just type the following command:
SELECT @@VERSION
This is the result in my development machine:
Microsoft SQL Server 2019 (RTM-GDR) (KB4517790) - 15.0.2070.41 (X64) Oct 28 2019 19:56:59 Copyright (C) 2019 Microsoft Corporation Developer Edition (64-bit) on Windows 10 Pro 10.0 <X64> (Build 18363: )
Hope this helps for something… Bye!!