Viewing 15 posts - 61 through 75 (of 133 total)
What Sacheen said is true, but, this error is on the report server, not the sql server, so I'd be more interested to hear more about the report server itself....
October 14, 2010 at 11:22 am
Yes, focus on making the stored proc use set-based commands rather than iterating through a result set using cursors. the database can handle data in sets much more efficiently than...
October 14, 2010 at 11:16 am
2.
have specified the particular field of email id in the 'To' address.
but i am not getting any reports sent to that addresses.
Is the field "email id" actually the column that...
October 13, 2010 at 6:48 am
Thats a great question for a sales rep, and a careful reading of the EULA; unless there is a Microsoft sales rep floating around on the forums I wouldn't rely...
October 12, 2010 at 1:38 pm
Its really hard to tell the final product you are after given the information you provided, but you may be interested in reading up on the PIVOT syntax -
October 12, 2010 at 1:32 pm
Yea, I dont think the "Allow Null" tick box shows up when you pull the parameters from a dataset, if I remember right. Anyhew, Yes try wording your dataset query...
October 12, 2010 at 8:33 am
You could create a temp table in the "outer" proc, and then have the "inner" proc ( the one called by the outer) insert into it. Since the inner proc...
October 11, 2010 at 2:40 pm
Awesome! Thanks!
October 11, 2010 at 10:05 am
in 2008 (at least in mine), i have the domain name and spid in both the tab title and at the bottom info bar... are you saying that the bottom...
October 11, 2010 at 9:47 am
Doug Lane (10/11/2010)
October 11, 2010 at 9:41 am
looks like you are subtracting 2 weeks from today's date, not 2 days. try dateadd("d", -2, today()).
October 11, 2010 at 6:55 am
Well, in both cases the transaction gets rolled back. Kill would be better than restarting the entire sql server though... restarting the sql server seems kinda pointless to me in...
October 11, 2010 at 6:49 am
do you have a screenshot or something of what you are talking about? Not quite sure what you are after.
October 8, 2010 at 7:22 am
Is ct.name the companyname you wanted listed on the vertical axis?
So in the sql statement id group on ct.name, and a function like this - DATEADD(day, -1* Datepart(dw, GETDATE())...
October 8, 2010 at 7:19 am
Do you have an example url that won't process correctly that you can post so we can see what you are talking about?
October 8, 2010 at 7:09 am
Viewing 15 posts - 61 through 75 (of 133 total)