First of all, if you've come here looking for how to activate connection pooling when using SSAS 2005 via ADOMD.NET, you're in for a little surprise - there is none by design . Loading a new connection can take up a long time, since with every new session...
I've been messing with SQL Server's Analysis Services and have spent my first couple of weeks at Nuconomy working on an MDX DOM. MDX, or Multidimensionl Expressions , is the query language for OLAP databases and looks like SQL. I say looks like , because...