I have a Crystal 8.5 report accessing SQL 2000 using OLE/DB. The query would really be helped by adding the following optimization hint.
option(force order)
I can add that hint in the view sql window of the database menu and it works great. However when I save the report and reload it the hint is gone.
Since this report is normally tun through an interface in my program that does not allow the users to modify the report this is a bit of a problem. Any ideas?
option(force order)
I can add that hint in the view sql window of the database menu and it works great. However when I save the report and reload it the hint is gone.
Since this report is normally tun through an interface in my program that does not allow the users to modify the report this is a bit of a problem. Any ideas?