extracting data via SSIS -
08-21-2006
, 12:22 AM
I have built a cube and would like to extract data from the cube into a table
via SSIS.
I use an MDX expression but get the internal key values
plus a long list of errors. What should I write instead?
This is my MDX
select {product.children} on rows,
{ [Measures].[sales]} on columns
FROM [Sales Cube]
--
lima |