How to Learn MS SQL Server Version

The following code should be run to find out what version is installed in MS SQL Server by query.

Select @@version


You May Interest

What is the Difference Between Update Lock and Exclusive Lock in ...

Getting List of MS SQL User-Created Tables

What is the Use of Dedicated Admin Connection ?

What is the Maximum Size per Database for SQL Server Express ?

Differences Between Stored Procedure and Function in MS SQL