dbTalk Databases Forums  

Re: Automatic export from AS Cube

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Re: Automatic export from AS Cube in the microsoft.public.sqlserver.dts forum.



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

Default Re: Automatic export from AS Cube - 08-14-2003 , 06:19 AM






You can use a linked server or a UDL to specify the OLAP Provider and query
your cube. This is used as the source for your DataPump task.


--
Darren Green
http://www.sqldts.com

"Marco Linders" <m.linders (AT) pforb (DOT) com> wrote

Quote:
Hello all,

Does anybody know if it's possible to create a DTS to export (specific)
data from a AS Cube to, for example, an Excel sheet?

I want to make a selection from the data in a virtual cube, which I want
to have in an Excel sheet.

Thanks in advance,
Marco.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Reply With Quote
  #2  
Old   
Marco Linders
 
Posts: n/a

Default Re: Automatic export from AS Cube - 08-15-2003 , 02:24 AM






Hello Darren,

First of all, thanks for your reply.

Can you please explain what you mean with "a linked server" and "a UDL".

Are these a sort of "tasks" I can define within the DTS?

Thanks in advance.

Regards,
Marco.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: Automatic export from AS Cube - 08-15-2003 , 09:32 AM



For more information on linked servers try looking up sp_addlinkedserver in
the index of Books Online. You can also use OPENROWSET, again found in Books
Online.

For some examples of this in the context of OLAP try this KB-

HOW TO: Perform a SQL Server 7.0 Distributed Query with OLAP Server
http://support.microsoft.com/default...b;EN-US;218592


A UDL or a DataLink is a small file that is basically a connection string.
DTS has a Data Link connection.
UDLs can connect to the OLAP provider in a similar way to that described in
the KB above. To create a UDL, create an empty text file, and rename it to
have the extension udl. Now double click on this file. You can select one of
the MS OLAP providers from the "Provider" tab.


--
Darren Green
http://www.sqldts.com

"Marco Linders" <m.linders (AT) pforb (DOT) com> wrote

Quote:
Hello Darren,

First of all, thanks for your reply.

Can you please explain what you mean with "a linked server" and "a UDL".

Are these a sort of "tasks" I can define within the DTS?

Thanks in advance.

Regards,
Marco.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



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.