I created a report that uses a SQL Server stored procedure as a data source. Through the use of SQL Server Profiler I found out that when loading the report in our application the report runs the stored procedure 2 times instead of just 1 time. The first time it runs with the parameters that where used to create the report and the second time ut runs with the parameters that the application specified. The first run is unnecasary and causes the report to load much slower. Especially with long running queries. I already turned off the option "Verify on Every print" but that didn't help. When Googling I found many answer but they all target higher versions of Crystal Reports. An option like "verify stored procedure on first refresh" is not available in Crystal Reports 8.5. So how to disable that first request?
Crystal Reports 8.5 report runs stored procedure twice
103 Views Asked by Martin At
0
There are 0 best solutions below
Related Questions in CRYSTAL-REPORTS
- Monthly attendance report in Crystal Report
- Alternative to Crystal Reports in Azure PAAS (app model)
- c# culture change datetimeformat but crystal report not working
- I'm confused about what to use to run Crystal Report in a client C# Winforms app
- Problem with visual basic 2022 and crystal report
- I am receiving a color formatting error when trying to run a Crystal Report in Personify
- Use Crystal report in an integration flow in SAP CPI
- I want to integrate Crystal reports or SSRS reports in react js
- Multi group with multi column in crystalreport
- SQL ODBC Connection in Excel - Error 08001 (Works in Cystal Reports?)
- Crystal Report is unable to open connection
- Barcodes printed using Crystal Reports via vb.net can't be scanned
- Making 2 textbox fields to dynamic in size
- Retrieving the COM class factory for component with CLSID on plesk server
- Crystal Report passing Main Report Parameter to sub-Report parameter without sub-Report linking option
Related Questions in CRYSTAL-REPORTS-8.5
- Crystal Reports Issue with Logo Suppressions
- Display Empty Fields Above and Below Filed
- Crystal Reports Stock description
- Crystal Report to BI conversion - Query Expression
- Crystal Reports - Export XML String as Text file
- crystal reports not work in client machine with "error '713' Application-defined or object-defined error"
- Getting error 20507 while launching Crystal Report 8 using VB6
- can i select a single and multiple rows by mouse in crystal report preview if not any possibility to select as check box
- Ask if anyone have the installer of Seagate Crystal Report 5 or 6
- Calling Crystal Report File
- Crystal Reports with VB6 .dsr file
- Printing Multiple Columns on Crystal Reports
- Display records horizontally in Crystal Report
- Crystal Reports 8.5 report runs stored procedure twice
- Set Crystal Reports ParameterField to NULL at runtime
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?