Network Management
How to identify the SQL Server version and edition for the Orion database
This article describes how to identify the Microsoft SQL Server database software edition and version of the Orion database.
First published date
Last published date
Overview
Product section
Cause
Resolution
Log in to the Windows SQL Server
Open an RDP session to your MS SQL server where the SolarWinds Orion database is stored.
- Open a command prompt window.
- Execute the following command:
SQLCMD -S servername\instancename
whereservernameis your server name andinstancenameis the SQL instance name. - Enter
select @@versionand press <Enter>. - At the
2 >prompt, typegoand press <Enter>.
The SQL version running on the server displays in the dialog box. - Repeat step 3 through step 5 for each additional instance.
Identify the SQL Server instance name
If you cannot remember the instance name, perform the following steps:
- Open a command prompt window.
- Execute:
services.msc
- Scroll down to entries beginning with SQL.
- Locate an entry for each installed named
SQL Server (instancename).
The value in parenthesis is the instance name.