How do I set a technician rights to see the Security QA screen?

How do I set a technician rights to see the Security QA screen?

How do I set a technician rights to see the Security QA screen?

I have walked through the database tables and can see the tables and believe this is the SQL to load the reports for any user but somehow it filters out the Security Question Answer screen if the user is an Operator. 

SELECT *
--[ADMP_ROLE_ID]
--      ,[ACTION_ID]
  FROM [ADSSPRolePermissions] p
       ,[ADSSPOperations] o
       ,[ADSSPOperationURLs] u
       ,[ADMPUsersRoleMapping] r
       ,[AaaLogin] l
 where p.[ACTION_ID] = o.ACTION_ID
   and u.ACTION_ID = o.ACTION_ID
   and r.ADMP_ROLE_ID = p.ADMP_ROLE_ID
   and l.LOGIN_ID = r.LOGIN_ID
   and U.ACTION_URL like '%SecurityQA%'
   --and l.NAME ='User01'
   order by l.NAME

I want my Operator to access this screen without increasing the Role to Super Admin.  How do I do this?
























                  New to ADSelfService Plus?