Viewing 15 posts - 1 through 15 (of 43 total)
Steve,
I agree that a Parent/Child dimension would work the best in this case. I too work with lots of ragged hierarchies, many of which are still in MSAS 2000....
June 23, 2009 at 9:50 am
I think the basic concept that you are missing is that the way you are populating your relational table needs to change. If you do not place nulls between...
June 23, 2009 at 9:06 am
Idris Ogueboule (6/22/2009)
June 22, 2009 at 1:15 pm
Idris Ogueboule (6/22/2009)
Cust->AcctLvl1->AcctLvl2->AcctLvl3->AcctNum
Cust->AcctLvl1->AcctLvl2->------>AcctNum
I set HideMemberIf to NoName but no luck....
June 22, 2009 at 11:05 am
Glad you found a solution. Sorry if my solution didn't make much sense.
Essentially, when building the dimension, you cannot have empty cells between a level and the account number....
November 26, 2008 at 7:54 am
Sorry... I got xp_sendmail mixed up with xpsmtp (http://www.sqldev.net/xp/xpsmtp.htm). I use xpsmtp because you do not need a mapi client installed on the SQL Box. Much...
December 4, 2007 at 9:07 am
Simply restore your last good backup to a new temporary database on the server. Then script the table from temp db making sure to include indexes, etc.
Once the table...
December 4, 2007 at 8:08 am
SQL Mail requires that Outlook be installed and configured on the server to send mail. A mail profile must be setup with connection information to your Exchange server.
xp_sendmail does...
December 4, 2007 at 8:04 am
Just found this... there is a HotFix rollup for Analysis Services 2000 which should be applied after SP4 is installed: http://support.microsoft.com/kb/907323/en-us
September 13, 2007 at 10:07 am
It's common for the cube to exceed the estimated number of rows. If you edit the cube you will see a rowcount in the properties for the cube. You can...
September 12, 2007 at 2:38 pm
There were a lot of major issues fixed by all of the service packs that you are missing. I really do not think there is not a temporary fix that...
September 12, 2007 at 2:08 pm
Are running SQL 2000? If so, you need to upgrade to SP4.
September 12, 2007 at 12:01 pm
Your post should be in the Analysis Services Section, but...
I've seen this error before, and it seems to be related to available RAM on the server. How much memory is...
September 12, 2007 at 8:23 am
What kind of job is running the cube? Did you schedule a DTS Package with an Analysis Services Processing Task? If so, what method are you using to process the...
September 12, 2007 at 8:17 am
All you have to do then is this:
WITH MEMBER [Sku].[ Grand Total] AS '([Sku].[Brand].&[15], [Measures].[Stock Cost])', SOLVE_ORDER = 1000
SELECT { [Measures].[Stock Cost] } ON COLUMNS ,
NON EMPTY { {...
August 1, 2007 at 9:02 am
Viewing 15 posts - 1 through 15 (of 43 total)