Click here to Skip to main content
15,898,791 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi friends,

I am using crystal reports to display large amount of data i.e month wise or year wise.
Now, one of my report taking lots of time around(10 min - 12 mins) to display..
Is there any ways that i can use to optimize its performance.

thank you.
Posted
Comments
Vedangi 26-Sep-12 6:54am    
You can make changes in Query or Stored Procedure to optimize performance
IpsitaMishra 31-Oct-13 8:25am    
You can optimize the query so that it will be faster
Vikas_Shukla_89 27-Sep-12 6:50am    
Thank you Vedangi,
i hav done everything to optimize the sql-query performance..
but the thing is, it retrieve more than 3000 records frm database, after this i m updating its qty from other table (for matching records).
Of course, it will take time to excute.
Now for first time, if it take this much time(10-12 min) then its ok but when user wnats to go to second page and clicks on next button then also it is taking 10-12 mins.
it is very tedious. Help me
Vedangi 28-Sep-12 3:37am    
Have tried to use Index or Temp Table?
Vikas_Shukla_89 29-Sep-12 1:07am    
yeah! i am keeping all the records in Temp table, and used CURSOR to update other columns like qty.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900