Click here to Skip to main content
15,897,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

is it better to run a crystal report from a sproc or use the tables themselves.

Im developing an application in VB.net using SQL2008 as the DB.

I know it depends on the particular report, however I just want to know if in general is using a sproc faster, and also a better practice?
Posted
Comments
Chandra Mohan N 20-Feb-14 0:11am    
Yes.

1 solution

Yes, as stored procedures faster than inline queries. But if you want optimize crystal reports, check these
how to retrieve fastly record in a crystal record?[^]
Crystal Reports Performance Overview[^]
How do I improve report processing performance?[^]
 
Share this answer
 

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