Viewing 15 posts - 961 through 975 (of 2,278 total)
You might want to take a look at this:
http://blogs.msdn.com/b/chrishays/archive/2004/07/15/dynamicgrouping.aspx
August 16, 2011 at 11:29 am
Check this out.
August 15, 2011 at 10:31 am
In a stored procedure, you should just set a default value of '' on your input parameters and that will probably do. Hope this helps.
August 15, 2011 at 10:09 am
What is the error you are getting?
August 15, 2011 at 7:14 am
So you have one Sp, one table, on one report. How are you executing it 6 times concurrently with different parameters? Subscription?
August 12, 2011 at 12:31 pm
If I understand you have a single SP that you use to create 6 different results within a single report, perhaps with 6 different tables, or matrix, or charts.
If the...
August 12, 2011 at 10:12 am
There are 3 columns in the execution log
[TimeDataRetrieval]
[TimeProcessing]
[TimeRendering]
That should tell you where the hold up is. If it is in your data retrieval then you might want to look...
August 12, 2011 at 7:28 am
OK, then I have to assume there is a relationship between the employee and the department. Why not create one dataset and then do a report that shows employee...
August 12, 2011 at 7:21 am
You should just be able to select Stored Procedure as your query option, then select the appropriate stored procedure. The parameters the sproc needs will automatically be created in...
August 12, 2011 at 7:18 am
Ray K (8/12/2011)
Tom.Thomson (8/11/2011)
eccentricDBA (8/11/2011)
Tom and JerryOk, I'm here. Where's Jerry? :w00t:
You didn't catch him yet? 😀
what a crazy pair
August 12, 2011 at 7:08 am
First time through I read data sets, but my brain thought data sources. I am glad I reread it. 😉
August 12, 2011 at 7:07 am
Viewing 15 posts - 961 through 975 (of 2,278 total)