I have been a SQL DBA for about 10 years so I'm ok with querrying the database. We have recently converted our Access IMA to SQL and now the databases sit on my server. Recently my boss asked me to see whether I can extract any usefull info out of there. The only thing I have been able to get is the list of the ACTIVE citrix servers in the farm but I thought that someone could share something other as well.
Here is the query for the list of active farm :
select hostname, status, login_time, last_batch from master.dbo.sysprocesses where program_name='Citrix IMA' order by hostname