Access data cube generated by Microsoft MSSQL BI
I am working on a project where I am hoping to use Microsoft MSSQL Business Intelligence to create data cubes, then access the processed data like browsing them in the BI studio, except the access is via JDBC. So basically I'd like to treat the data cubes as regular tables. Is that doable? If so could someone give me a pointer on where to start? (I am new with th开发者_StackOverflowe BI process but I am pretty good with RDBMS & SQL). Thanks.
Ken
This might be of help to you ?
http://www.matthewgodding.com/articles/2010/2/27/getting-data-from-sql-analysis-services-using-java-and-olap4.html
Google is your friend.....
精彩评论