Viewing 15 posts - 496 through 510 (of 580 total)
Its not true. Parent-child dims DO hold aggregations.
There are some caveats though. I've just tried it out and found a situation where this isn't true.
You can only create aggregations in...
September 8, 2004 at 4:10 pm
Good article, I agree wholeheartedly with all the points raised. I can't believe there are people out there that would ever contemplate the use of MUCK tables.
I have a method...
September 8, 2004 at 3:52 pm
For what its worth...
SQLBill's solution would allow for situations where you don't have 12 months in a year (e.g. in accounting scenarios you may have 13). I would go with...
September 3, 2004 at 2:48 am
I've found what I was looking for. The function is called ROW_NUMBER(). Here's an example of its usage:
select row_number() over (order by name) as row_num
, name
from sys.all_objects order by name
Still...
September 2, 2004 at 3:40 am
Hi Aaron,
Thanks for that but no, thats not it. Rowcount and Top only return from the "top" of a resultset.
Maybe I imagined it (very possible) but I'm sure I remember...
September 1, 2004 at 1:07 pm
I figured it was a reserved keyword. I guessed it was something similar to the rownum function (think thats what its called) in Oracle which you can use in a...
September 1, 2004 at 12:52 pm
The basic premise is to make a call to DSO (Decision Support Objects) in order to process your AS objects. If you don't know anything about DSO well then you've...
August 31, 2004 at 2:06 am
Or you are part of the Beta program!
August 25, 2004 at 2:02 am
Definately different in my local installation:
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Microsoft SQL Server/MSSQL.1/MSSQLServer/LoginMode
Whilst I don't mind it being wrong...can I have my point back please
August 25, 2004 at 2:01 am
Perhaps more constructively then....
Nehman,
Be wary of handing administrator access to people that don't have the skills to carry out a DBA role. I dare say that you don't have these...
August 19, 2004 at 4:39 pm
I can think of only one way to do this in AS 2005.
1) Extend your dimension table to provide a column for each language that you want to translate into....
August 19, 2004 at 1:16 pm
Add them to the system administrators role.
You might want to publish this on a more pertinent forum next time.
August 18, 2004 at 10:11 am
Why don't you try posting in a SQL Server 2000 newsgroup (which this one isn't)
August 18, 2004 at 10:10 am
Ha ha. Fernando and I obviously aren't going to agree about this!
August 16, 2004 at 7:31 am
Seeing as you are using Analysis Services the choice should come down to Panorama or ProClarity as they are specifically for use with AS and therefore have features that the...
August 16, 2004 at 7:27 am
Viewing 15 posts - 496 through 510 (of 580 total)