dbTalk Databases Forums  

Creating a dimension having more than 64,000 distinct values

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Creating a dimension having more than 64,000 distinct values in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tsachin (AT) gmail (DOT) com
 
Posts: n/a

Default Creating a dimension having more than 64,000 distinct values - 08-09-2006 , 09:33 PM






Hi,

Is it possible to create a dimension in Analysis Services having
more than 64,000 distinct values. Is it a product limitation and is
there a way around it.

Thanks


Reply With Quote
  #2  
Old   
Jeje
 
Posts: n/a

Default Re: Creating a dimension having more than 64,000 distinct values - 08-09-2006 , 11:14 PM






its an AS2000 limit.
the limit is: 1 member cannot have more then 64000 children.
simply add a level in the dimension based on anything, like the first letter
of the product name will solve the issue.
or use category of product or anything to break the 64000 member list into
subsets



<tsachin (AT) gmail (DOT) com> wrote

Quote:
Hi,

Is it possible to create a dimension in Analysis Services having
more than 64,000 distinct values. Is it a product limitation and is
there a way around it.

Thanks




Reply With Quote
  #3  
Old   
tsachin (AT) gmail (DOT) com
 
Posts: n/a

Default Re: Creating a dimension having more than 64,000 distinct values - 08-10-2006 , 10:57 AM



Hi,

I am not clear with your answer, just so that I understand you
are saying that I can add levels which will correspond to the same
column as the dimension can you expand on this a little more. thanks
for the help



Jeje wrote:
Quote:
its an AS2000 limit.
the limit is: 1 member cannot have more then 64000 children.
simply add a level in the dimension based on anything, like the first letter
of the product name will solve the issue.
or use category of product or anything to break the 64000 member list into
subsets



tsachin (AT) gmail (DOT) com> wrote in message
news:1155177194.135056.53780 (AT) b28g2000cwb (DOT) googlegroups.com...
Hi,

Is it possible to create a dimension in Analysis Services having
more than 64,000 distinct values. Is it a product limitation and is
there a way around it.

Thanks



Reply With Quote
  #4  
Old   
Jeje
 
Posts: n/a

Default Re: Creating a dimension having more than 64,000 distinct values - 08-10-2006 , 05:12 PM



AS2000 has the option to do this for you. (I don't remember the name of the
option, but take a look at the product level properties to find which one
do this)
or you can do it yourself, steps:
1. create a new level based on the product name
2. edit the caption and key column definition to keep only the first letter
(SQL statement like : left("mytable"."mycolumn",1))
3. process the product dimension


<tsachin (AT) gmail (DOT) com> wrote

Quote:
Hi,

I am not clear with your answer, just so that I understand you
are saying that I can add levels which will correspond to the same
column as the dimension can you expand on this a little more. thanks
for the help



Jeje wrote:
its an AS2000 limit.
the limit is: 1 member cannot have more then 64000 children.
simply add a level in the dimension based on anything, like the first
letter
of the product name will solve the issue.
or use category of product or anything to break the 64000 member list
into
subsets



tsachin (AT) gmail (DOT) com> wrote in message
news:1155177194.135056.53780 (AT) b28g2000cwb (DOT) googlegroups.com...
Hi,

Is it possible to create a dimension in Analysis Services having
more than 64,000 distinct values. Is it a product limitation and is
there a way around it.

Thanks





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.