Hello,
I am creating a Crystal Report (9.0) and connecting to two sql databases. There are about 30,000 records in the first DB and 1,000 in the second. I have made this nice fancy crosstab report, but it takes like 2 minutes to run. Is there anyway to make it run faster?
Basically, the have a left outjoin for the first database (Salesperson) to the second database (Sales). The crosstab is arranged with the Salesman name in the first row, and then the product type in the second row. The month is the column. I am pretty new with joining databases togther, but I know it shouldn't take this long to load. My other databases that are based off one table take only 5 seconds to run (30,000 records)
I am creating a Crystal Report (9.0) and connecting to two sql databases. There are about 30,000 records in the first DB and 1,000 in the second. I have made this nice fancy crosstab report, but it takes like 2 minutes to run. Is there anyway to make it run faster?
Basically, the have a left outjoin for the first database (Salesperson) to the second database (Sales). The crosstab is arranged with the Salesman name in the first row, and then the product type in the second row. The month is the column. I am pretty new with joining databases togther, but I know it shouldn't take this long to load. My other databases that are based off one table take only 5 seconds to run (30,000 records)