MSSQL Tutorials

How To Find Which MS SQL Server Version You Are Using

In this quick guide you will learn how to find the exact MS SQL version that you Are Running

Just execute the following query:

SELECT @@version

Result:

That’s it!