, unable to convert query result
My environment: Orion Core 2011.2.0, APM 4.2.0, IPSLAMGR 3.5.1, NCM 6.0, NPM 10.2, NTA 3.7, SEUM 1.0.0, IVIM 1.2.0
My want\need: To display the version of SQL using APM
I tried using the "SQL Server User Experience Monitor"
I used the following:
Instance: Inst1 (Custom named instance)
Catalog: master
SQL Query:
use master
select SERVERPROPERTY ('productversion')
Result in SolarWinds when I choose the Test button: unable to convert query result
Result in SQL Query window: 10.50.1720.0
I've tried different configuration such as converting the query results in the "SQL Server User Experience Monitor", with no success.