dbTalk Databases Forums  

how run MDX in SSIS

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


Discuss how run MDX in SSIS in the microsoft.public.sqlserver.dts forum.



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

Default how run MDX in SSIS - 02-22-2006 , 03:27 PM






I have a MDX select statment that I had working in DTS, I need to get it to
work in SSIS and I have not been able to figure out how does any one have any
suggestions. I have been trying to get it to work using The anayalsis
services Execute DDL Task, but can't get it to work.
The MDX select is listed below
with member [Measures].[TimeDisplayName] as '
[Discharge].Currentmember.Name+"-"+[Discharge].[Parent.Name'
Select { [Measures].[TimeDisplayName], [Measures].[CaseCount],
[Measures].[Admit Feeding]} on Columns,
CrossJoin({[Facility].[Regcode].Members,[Facility].[Natcode].Members},[CMG].Members) ON rows
FROM [udspro_region]
WHERE [Discharge].[All Discharge].LastChild.LastChild

I think I have to convert this to XMLA somehow, but all attempts I have made
have failed.

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.