dbTalk Databases Forums  

How to normalize data cube?

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


Discuss How to normalize data cube? in the microsoft.public.sqlserver.olap forum.



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

Default How to normalize data cube? - 07-22-2005 , 12:50 PM






Hello:
I'd like to ask 2 questions:
1.How to normalize data cube in sense of statistical normalization, not
relational?
2.How to create a data cube without using Analysis Services Manager but
using DTS
packages based on MDX and SQL statements?

Thanks,
GB



Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: How to normalize data cube? - 07-22-2005 , 08:37 PM






For #2, Unfortunately you cannot. The RDBMS uses the SQL language for both
DDL and DMO operations. With Analysis Serivces we use MDX for DMO and a
different API called DSO (Decisions Support Objects) for admnistration.

A complete discussion of DSO is pretty extensive (see BOL). In SQL Server
2005 there is a new scripting language for Analysis Services which provides
a complete DDL lnaguage, but the best we have for SQL Server 2000 is an
unsupported utility called DSO/XML available from the Microsoft download
site at:
http://www.microsoft.com/downloads/d...DisplayLang=en
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"GB" <v7v1k3 (AT) hotmail (DOT) com> wrote

Quote:
Hello:
I'd like to ask 2 questions:
1.How to normalize data cube in sense of statistical normalization, not
relational?
2.How to create a data cube without using Analysis Services Manager but
using DTS
packages based on MDX and SQL statements?

Thanks,
GB





Reply With Quote
  #3  
Old   
Jéjé
 
Posts: n/a

Default Re: How to normalize data cube? - 07-23-2005 , 06:47 AM



Can you explain what are your requirements for the question 1?

Lookat the Create cube statement in the BOL
You can create file based OLAP cubes using the create cube command.
To create OLAP Server cubes, you have to create some scripts and use the DSO
object model.

"GB" <v7v1k3 (AT) hotmail (DOT) com> wrote

Quote:
Hello:
I'd like to ask 2 questions:
1.How to normalize data cube in sense of statistical normalization, not
relational?
2.How to create a data cube without using Analysis Services Manager but
using DTS
packages based on MDX and SQL statements?

Thanks,
GB





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.