dbTalk Databases Forums  

Re: > 64,000 members in parent dimension

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


Discuss Re: > 64,000 members in parent dimension in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Tore Johnsen
 
Posts: n/a

Default Re: > 64,000 members in parent dimension - 08-16-2004 , 09:50 AM






Hi, divide the customers by first letter A,B,C on a superior level...
"Chris Busch" <Chris Busch (AT) discussions (DOT) microsoft.com> escreveu na mensagem
news:F769EBAB-1ABF-4D6B-9F68-0F8C63A64BAD (AT) microsoft (DOT) com...
Quote:
I am trying to process a customer dimension with 150,000 unique members.
I
am getting an error stating there are > 64,000 members. I was only
planning
to include one attribute; customer name. Any suggestions?



Reply With Quote
  #2  
Old   
Chris Busch
 
Posts: n/a

Default Re: > 64,000 members in parent dimension - 08-16-2004 , 10:37 AM






Hi Tore,

Can you provide more detail on how I can derive a level with first letter of
last name?





"Tore Johnsen" wrote:

Quote:
Hi, divide the customers by first letter A,B,C on a superior level...
"Chris Busch" <Chris Busch (AT) discussions (DOT) microsoft.com> escreveu na mensagem
news:F769EBAB-1ABF-4D6B-9F68-0F8C63A64BAD (AT) microsoft (DOT) com...
I am trying to process a customer dimension with 150,000 unique members.
I
am getting an error stating there are > 64,000 members. I was only
planning
to include one attribute; customer name. Any suggestions?




Reply With Quote
  #3  
Old   
Tore Johnsen
 
Posts: n/a

Default Re: > 64,000 members in parent dimension - 08-16-2004 , 11:37 AM



Chris,
do this in the ETL part create a dimension table like:

cod_custgroup, dsc_custgroup, cod_customer, dsc_customer

1 A 12333 Hugh
Alister
1 A 12334 Diane
Anderson
2 B 12335 Bob
Barefoot
etc

and create two levels, Group and Customer from those fields

In the transformation you should use the substring and charindex clauses to
extract the first letter of the surname, or just make your life easy and use
the first letter of the first name (LEFT)



"Chris Busch" <ChrisBusch (AT) discussions (DOT) microsoft.com> escreveu na mensagem
news:2A431CD7-0731-4B2F-9042-CF0C933E7873 (AT) microsoft (DOT) com...
Quote:
Hi Tore,

Can you provide more detail on how I can derive a level with first letter
of
last name?





"Tore Johnsen" wrote:

Hi, divide the customers by first letter A,B,C on a superior level...
"Chris Busch" <Chris Busch (AT) discussions (DOT) microsoft.com> escreveu na
mensagem
news:F769EBAB-1ABF-4D6B-9F68-0F8C63A64BAD (AT) microsoft (DOT) com...
I am trying to process a customer dimension with 150,000 unique
members.
I
am getting an error stating there are > 64,000 members. I was only
planning
to include one attribute; customer name. Any suggestions?






Reply With Quote
  #4  
Old   
Bas Kersten [MSFT]
 
Posts: n/a

Default RE: > 64,000 members in parent dimension - 08-24-2004 , 02:11 AM



Hi,

Have a look at:

INF: How to Work with More Than 64,000 Children Per Parent WGID:223
ID: 303969.KB.EN-US
http://support.microsoft.com/default...b;en-us;303969

HTH,
Bas

"This posting is provided "AS IS" with no warranties, and confers no
rights."


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.