SQL version check

Introduction

This topic provides details on how to check which version of SQL you are using for the purpose of updating.

  1. Open SQL Server Management Studio.

  2. When the Connect to Database Engine Window displays click Connect.

  1. Once connected place the cursor in the script window and type Select @@Version:

  1. Click Execute.

 

The result will be displayed.

  1. Expand the results column, using the mouse, to show the complete message: