Hi Jason,
Try this :
select user_name, "option", setting from SYS.SYSUSEROPTIONS where "option" in (select option_name from sp_iqcheckoptions()) order by user_name, "option"
Regards, Tayeb.
Hi Jason,
Try this :
select user_name, "option", setting from SYS.SYSUSEROPTIONS where "option" in (select option_name from sp_iqcheckoptions()) order by user_name, "option"
Regards, Tayeb.