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

Getting List of System Hard Disks with Free Space in MS SQL Serve ...

Differences Between Stored Procedure and Function in MS SQL

Getting the Id of MS SQL Server Last Entered Record

Making a MS SQL Offline Database Online

MS SQL Getting List of All Column Names of a Table