One of my client have problem with one of their report. They use a SQL Server script and the running time is about 1:45 + hrs. They have the same script running in Toad, and take the same time.
In Toad, they found that the command :
alter session set "_optimizer_connect_by_cost_based" = true;
The query is done in 15 sec. My client want to put this command in Crystal, but it does not seem to work. Is there an other way?
Thanks
Nro
In Toad, they found that the command :
alter session set "_optimizer_connect_by_cost_based" = true;
The query is done in 15 sec. My client want to put this command in Crystal, but it does not seem to work. Is there an other way?
Thanks
Nro