I have a very simply SQL query that is not working in a Report but is working in SSMS. Here is the code:
SELECT
ComponentID
FROM SolarWindsOrion.dbo.APM_ComponentSetting
Orion Report tool is saying "Query is not valid".
BTW: This does not work for any of the fields in that table, individually or all together.
Any ideas?
THANKS
Mike