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
The following code should be run to find out what version is installed in MS SQL Server by query.
Select @@version