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
TypeConverter and multiple data sources used in Property Grid with a dropdown control.
isa 2004 and iis7
how to use session variables between servers????
Audit Failure on Windows 2008
Why is my line-height not the same in IE and firefox??
Installing Windows 2008 Server R2 on a Dell PE 2850
Exchange 2003 Email Delays
Asp.Net I am having problem trying to access a page & passing it querystring value.
SQL union to fill date data series gaps for SSRS year on year chart
A* algorithm 2D snake with obstacles max route