Below is a SQL statement that will help you find what users already have access to start an app server or process scheduler.
select DISTINCT ROLEUSER from PSROLEUSER where Rolename in (select ROLENAME from PSROLECLASS where CLASSID in (select CLASSID from PSCLASSDEFN where STARTAPPSERVER = '1'))
No comments:
Post a Comment