I have an SSRS report that calls out to a stored procedure. If I run the stored procedure directly from a query window, it will return in under 2 seconds. However, the sam
Had the same problem, and fixed it by giving the shared dataset a default parameter and updating that dataset in the reporting server.