Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Report much slower than query (Crystal Reports 9)

Status
Not open for further replies.

maxl26

Programmer
Jan 14, 2005
2
CA
Hi everyone. I've created a stored procedure for a report in MS-SQL. In the query analyzer this proc runs in about 10 seconds. When I put it in my report, it takes forvever to access the database and also a lot of time to read the records. I've updated my Crystal Reports without success. Has anybody ever faced a similar problem ?? Any help would be greatly appreciated.
 
I would guess that you're using a slower connectivity, are you using OLE DB, ODBC or Native?

Native is generally the fastest, test.

-k
 
I'm using Ole DB, but I've solved the problem, by clearing everything in the report and starting all over again, seem to work for now. Thanks for your input, i'm gonna look into it anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top