Hello All,
We have uviverse which connects to sybase and we are correctly facing some issues with performance. As workaround from DBA , we need to add this command
set forceplan on
on every report by going to custom SQL and adding it as first statement before select statement. For example as below
set forceplan On
select * from students
set forceplan off
My question is , do we any option in universe so that we can do this, instead of we manually edittig SQL in each report?
Thanks,
Shashi