Hi,
I am extremely new to SSIS & SSAS. I have a table with a field of data type xml. I need to cube this data and then use it for reporting.
I'm assuming I can create a SSIS package to translate the data from xml data type to dimensions.
Most examples on the net shows u how to load xml to sql, this is not what i want, i want to read from an xml data type.
How do u suggest I go about doing this?