-
Re: Anyone encountered macro SQL error when importing alerts in version 2025?
It's a bit picky on having all columns named in the output. In this case you don't have a column name and it complains about that. Try add "AS T" at the end, just before the } So …1 -
Re: Custom Gauge with 2 Radial Icons
Sorry, I don't think that is possible.1 -
Re: Schedule Database Maintenance for Additional Polling Engine (APE)
The SolarWinds Database maintenance task does several things. Like aggregating data, cleaning up old things. So it must be ran, but only from one polling engine, PE. Index defragmentation is also don…1 -
Re: How to determine SWQL/SQL query behind a Dynamic Query Builder report?
There is no easy way of getting those queries but you can try this rather advanced option. Try out this query JUST after you ran the report.... SELECT TOP 1000 Host, Login, ApplicationTag, CommandTex…2 -
Re: Unable to access statistics and messages from alerts
No, no documentation on the db schema. But if you download and use the free SWQL studio you can see all the tables and partly their relationship. Having worked with this database for 20 years also he…2
