Viewing 15 posts - 706 through 720 (of 1,034 total)
I too care about my points... but that's immaterial.
I can confirm that the results will be -1,0,1 on SQL 2000, 2005, 2008 and 2008 R2 I didn't even need...
June 28, 2010 at 7:13 am
Oh it's not an average over time.
It's Two dimensions being used to calculate the average/Mean for each cell.
Sum of Loadtime / Count of records of Loadtime
May 27, 2010 at 2:21 pm
Gah show my rust.
Ok when I gave the new group rights to the SSRS server, I didn't click on Home as my admin account, then click properties, and put the...
May 27, 2010 at 1:33 pm
I did that like this.
CREATE MEMBER CURRENTCUBE.[Measures.[Median of Enterprise Users]
AS MEDIAN([Enterprises and Users].[Users].[All].Children,[Measures].[Average Loadtime] ),
VISIBLE = 1;
I found when brought onto the data space, it would...
May 27, 2010 at 10:25 am
I take it back... It's there now (not sure why), and indeed if I go to pivot table options I can make it show up. 🙂
Awesomeness. At least...
May 26, 2010 at 2:33 pm
But the built in browser for BIDS should show it by default right?
Because it doesn't show it either. :/
May 26, 2010 at 2:29 pm
Thanks Steve,
I'm glad to know I at aleast got the formula right for the calculation.
I'm not writing MDX, just using Excel or the built in browser to look at...
May 26, 2010 at 1:05 pm
Ok after analyzing a sample cube, I figured out that what I wanted, which is a Median measure of the values underlying the base cells is basically not doable with...
May 26, 2010 at 7:22 am
Grant Fritchey (5/20/2010)
I wouldn't overly sweat it. There are systems and circumstances where it makes sense. I'd still contend that it does not make sense most of the time.
I used...
May 20, 2010 at 7:55 am
246747 (5/20/2010)
Jeff Mason-256568 (5/20/2010)
What about security?EDIT: Never mind, Gail posted a possible method of dealing with this in the referenced blog.
The way to not grant the user access to...
May 20, 2010 at 7:40 am
Tim Cullen (5/20/2010)
May 20, 2010 at 7:38 am
Grant Fritchey (5/20/2010)
I'm sorry to disagree with you here, but dynamic queries do get cached. And if you build them using the parameterized approach, they can get reused too. I...
May 20, 2010 at 7:32 am
bjarup (5/20/2010)
Maybe I am a bit off topic, but I would never allow null values to pass through to the select statement in a procedure if the tables underneath...
May 20, 2010 at 7:10 am
tasneem 27027 (4/21/2010)
insert into a (b) values (1), (2), (3)
This would ideally give you an exception at the insert statement. Because as far I know the comma seperated value insertion...
April 22, 2010 at 8:42 am
Got it right, but there's apparently an edition missing...
Evaluation Edition... granted I think that's Enterprise with an expiration, but still. 🙂
March 30, 2010 at 6:58 am
Viewing 15 posts - 706 through 720 (of 1,034 total)