Question : User name

Hi
Is there a way using the Central Management Console in Enterprise which shows the Names of Users currently using the system?
Regards

Answer : User name

Is this what you need:

SELECT TOP 3000
*
FROM
CI_SystemObjects
WHERE
si_kind = 'Connection' AND
si_parent_folder = 41 AND
si_authen_method != 'server-token'
ORDER BY
si_name

Taken from: http://www.businessobjectstips.com/tips/query-builder/bo-query-builder-active-user-list/
Random Solutions  
 
programming4us programming4us