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!
Tech Guides. Straight to the Point.
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!