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 are Wait Types in SQL Server ?

Finding Server Default Language in MS SQL

Deleting Columns From a Table with a Query in MS SQL

What is the Merge Statement in SQL Server ?

Disabling All Constants in a Table in MS SQL