Forum Discussion
mihies
2 years agoNew Member
Getting field datatypes from an SQL Analysis Services MDX SELECT query using .NET AdomdClient
Let's say I have this MDX query against SQL Server's Analysis Service Adventure Works sample: select [Measures].[Customer Count] on columns,
[Date].[Calendar Quarter of Year] on rows
from [Advent...
mihies
2 years agoNew Member
I guess it's related to both and I don't think Adomd client is doing anything significant except for retrieving schema from SQL server. But anyway, I will post there as well.