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 a Local and a Global Temporary Tab ...

How is Auditing Different From Change Data Capture in SQL Server?

What is the Difference Between CHAR and VARCHAR Datatypes in SQL ...

What is the Use of Dedicated Admin Connection ?

Disadvantages of Using Stored Procedures in MS SQL