Question
1
Replies
454
Views
Posted: April 3, 2019
Last activity: April 3, 2019
Closed
Agent logging
In SMA I can view each agent's last start/finish time. Is this information stored in a database table somewhere it's accessible by sql? We have an on prem setup and would like to be able to run something like:
select AgentDescription, LastStartTime from ????
or
select AgentDescription, max(StartTime) from ???? group by AgentDescription
I believe, these stats are stored in memory and not in DB.