dbTalk Databases Forums  

from olap to excel

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


Discuss from olap to excel in the microsoft.public.sqlserver.olap forum.



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

Default from olap to excel - 04-26-2006 , 05:26 AM






Hi,
Im trying to insert into Excel result from Olap cube by exec procedure
with MDX function in SQL:

-----
declare @qry nvarchar(4000)

set @qry = N'select *
FROM OPENROWSET(''MSOLAP'',.....
WITH....

execute sp_executesql @qry
----
and write to Excel by CopyFromRecordset in vb.

That is to slow if sql working on 100%....

If there is other ways to get and insert into Excel result from cude?
Any code sample?


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.