August 26, 2010 at 11:13 am
I have a report with 11 parameters. When I execute the query and parameters it works fine in Management Studio and returns the results quickly.
When I put the query into Report Builder and run the report the results return quickly everytime except when I change my one parameter to something other than the default. When I change the parameter to one of the other two options the report never finishs running. However, this does not happen in Management Studio. No matter what my parameter settings are in Management Studio the results return in less than a second. Why would one parameter not work properly in Reporting Services, but works properly in Managment Studio?
August 26, 2010 at 11:23 am
My first guess would be that you're not returning the proper parameter into the procedure. Try running Profiler and capture the actual query being passed, and see if it looks right.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
August 29, 2010 at 3:49 pm
I agree, this will work out the answer.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply