dbTalk Databases Forums  

How to dump the contents of a AS2K cube back into a flat file or into SQL2K tables

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


Discuss How to dump the contents of a AS2K cube back into a flat file or into SQL2K tables in the microsoft.public.sqlserver.olap forum.



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

Default How to dump the contents of a AS2K cube back into a flat file or into SQL2K tables - 05-15-2004 , 07:32 AM






I want to dump the contents of a AS2K cube into a flat file or into a
SQL2K table. Please advice the best way of doing it - do I need to use
MDX for this.

Thanks
Simon

Reply With Quote
  #2  
Old   
Michael Vardinghus
 
Posts: n/a

Default Re: How to dump the contents of a AS2K cube back into a flat file or into SQL2K tables - 05-15-2004 , 08:59 AM






In a dts package you can execute sql-statement against a connection to an AS
base

So connection 1 = olap connection, connection 2 = text file or sql table

Make a transfer data task between these 2 and in sql query type mdx
select....

\Michael Vardinghus

"Simon Lenn" <simonlenn (AT) yahoo (DOT) com> skrev i en meddelelse
news:3641e2c2.0405150432.2f16d3df (AT) posting (DOT) google.com...
Quote:
I want to dump the contents of a AS2K cube into a flat file or into a
SQL2K table. Please advice the best way of doing it - do I need to use
MDX for this.

Thanks
Simon



Reply With Quote
  #3  
Old   
Soloist
 
Posts: n/a

Default Re: How to dump the contents of a AS2K cube back into a flat file or into SQL2K tables - 05-17-2004 , 12:49 AM



Another option would be to process the cube with
relational storage (ROLAP). All aggregations will be
stored in SQL tables.

Soloist

Quote:
-----Original Message-----
In a dts package you can execute sql-statement against a
connection to an AS
base

So connection 1 = olap connection, connection 2 = text
file or sql table

Make a transfer data task between these 2 and in sql
query type mdx
select....

\Michael Vardinghus

"Simon Lenn" <simonlenn (AT) yahoo (DOT) com> skrev i en meddelelse
news:3641e2c2.0405150432.2f16d3df (AT) posting (DOT) google.com...
I want to dump the contents of a AS2K cube into a flat
file or into a
SQL2K table. Please advice the best way of doing it -
do I need to use
MDX for this.

Thanks
Simon


.


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.