dbTalk Databases Forums  

How I do this in VB

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


Discuss How I do this in VB in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
meghana via SQLMonster.com
 
Posts: n/a

Default How I do this in VB - 06-07-2006 , 09:11 AM






1. Count dimension members ,
2. if dimension members > 65,000 then
3. create new level, automatic grouping


I am Creating OLAP database through VB program; I want to check to see
dimension members contain more 65,000 members

--
Message posted via http://www.sqlmonster.com

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

Default Re: How I do this in VB - 06-08-2006 , 05:09 PM







wow.

I would reccomend doing a select count(*) in the relational world.

ps - the numebr you're looking for is 64,000 members; not 65,000.


meghana via SQLMonster.com wrote:
Quote:
1. Count dimension members ,
2. if dimension members > 65,000 then
3. create new level, automatic grouping


I am Creating OLAP database through VB program; I want to check to see
dimension members contain more 65,000 members

--
Message posted via http://www.sqlmonster.com


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.