Issue
How can I identify the SQL version being used?
Product Line
SQL
Environment
SQL Server
SQL Server Management Studio
Resolution
- Open up SQL Server Management Studio. Connect to the SQL Server database.
- Create a New Query. Type SELECT @@VERSION.
- Run query. The output may have to be extended by dragging the column header to the right to see the full SQL Server version and edition.
See the Latest updates and version history for SQL Server for release notes and updates.