I was very suprise to don't find a tool to execute XMLA Script from the command line. Then I have decided to write it and it have been simple. Let do it ! 1) Use the useful namespace using Microsoft.AnalysisServices.AdomdClient; using System.Data; using Read More...