Microsoft
Software
Hardware
Network
Question : How do I improve Stored Procedure execution from SSRS report?
Hi Experts,
I have an SSRS report that uses a stored procedure as a data source. The stored procedure executes in around 10 seconds when in Query Analyser but when passing the parameters via the SSRS report (with the same parameters) just sits there and executes, nothing happens.
I did see some posts on parameter sniffing and using SET NOCOUNT ON, and having local variables in Stored Procedure. Tried pretty much everything. Is there a solid solution to this?
Many thanks in anticipation.
Answer : How do I improve Stored Procedure execution from SSRS report?
The Parameters have to be in the same read order as in the SP.
Random Solutions
Center text object inside rectangle
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed.
Columns cannot convert between unicode and non-unicode string data types.
htaccess 302 redirect - seamless hidden url
office 2007 settings not saved in user profile in terminal server
ABAP syntax error:statement is not accessible
Where can I download System.Web.Extensions 2.0 version?
sharepoint foundation 2010 on 32 bit?
Outlook 2007 delete cross out message instead of deleting
Are multiple PHP session paths possible?