Viewing 15 posts - 151 through 165 (of 452 total)
nick947 (9/6/2013)
September 6, 2013 at 12:41 pm
And you're positive you don't have any Nulls in those fields? (sorry if I'm asking the obvious)
Rob
September 6, 2013 at 8:03 am
nick947 (8/21/2013)
Do you know any other tricks to get past parameter sniffing?
Nick, here's a link explaining parameter sniffing and how to work around it:
It is probably worth trying to change...
September 6, 2013 at 6:52 am
jaytuke (9/4/2013)
September 4, 2013 at 1:16 pm
Can you change what you're sorting by from a single field to an expression? Perhaps concatenate the region, state, ... and then sort by that expression.
Just a thought,
Rob
September 4, 2013 at 6:06 am
Are they really zeros or are they Nulls?
Try adding a check ( [font="Courier New"]IIF()[/font] ) to see if the value is Nothing, if so, explicitly make it zero.
Just a thought,
Rob
August 28, 2013 at 10:09 am
Can't you just right click on the textbox and choose textbox properties? Then in the Border area, just change the style to Dotted. Or alternatively, just select the...
August 28, 2013 at 6:31 am
Create a Kimball bus matrix to see where the separate star schemas have shared/conformed dimensions. Then the question becomes how is the data going to be used/analyzed? Will...
August 27, 2013 at 1:36 pm
TomGuide (8/27/2013)
When i am trying to export my report into xls, i am having some issues as i am unable to save more than 65k rows of data and...
August 27, 2013 at 1:09 pm
kk1173 (8/26/2013)
There is a new requirement now that after the file gets saved to...
August 27, 2013 at 12:15 pm
manikandan.jv (8/24/2013)
it shows empty report. How i can fix...
August 26, 2013 at 6:59 am
Jack Corbett (8/22/2013)
August 22, 2013 at 11:44 am
RVO (8/21/2013)
I want to have 1 parameter on the first lineand the other 2 parameters on the next line.
SSRS always places them in pairs.
This is not a current capability of...
August 22, 2013 at 6:07 am
nick947 (8/21/2013)
August 21, 2013 at 11:04 am
Donny Z (8/21/2013)
What I mean is how Jeff apply it in the excel source, cause AFAIK we can't use every T-SQL function when we try...
August 21, 2013 at 10:29 am
Viewing 15 posts - 151 through 165 (of 452 total)