| Chris's profileChris Webb's BI BlogBlogLists | Help |
|
8/13/2006 Executing Multiple MDX StatementsJust a quickie, but here's something I didn't know was possible - open an MDX query window in SQLMS, connect to Adventure Works and paste in the following:
SELECT MEASURES.MEMBERS ON 0 FROM[Adventure Works] GO SELECT [Measures].[Internet Sales Amount] ON 0,[Date].[Day of Week].MEMBERS ON 1 FROM [Adventure Works] Apparently, you can string multiple MDX statements together with the GO keyword in SQLMS (but only SQLMS - this isn't valid MDX, it's just SQLMS parsing the query text itself)
Very useful... TrackbacksThe trackback URL for this entry is: http://cwebbbi.spaces.live.com/blog/cns!7B84B0F2C239489A!829.trak Weblogs that reference this entry
|
|
|