You are currently viewing the content available in Vietnam. If you are looking for information for another region, please select the correct country from the top-left dropdown in the page and 'Navigate to Browse FAQs' in the Support menu.
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.