Topic: Report taking too long to run when using command a Posted: 24 Nov 2014 at 10:56pm
I have a report developed using Crystal Reports XI and i have embedded SQL a statement in a command. The problem I am having is that the report is now taking a very long time (15mins+) to run but the other version of the same report which makes use of tables only is very quick (1-2mins).
Am I doing something wrong? What should I do correct this
Joined: 29 Dec 2014
Location: United Arab Emirates
Online Status: Offline
Posts: 26
Posted: 27 Jan 2015 at 12:23am
Take out the Table from your report and join that table in your main query itself. So that the whole sql will execute in single run and fetch records to your report. Also check the kind of Data connectivity you are using for the report. Doing joins at the crystal report level takes more time for huge no of records than a direct query fetch.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum