KenZ
KenZ

Reputation: 45

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 the BI process but I am pretty good with RDBMS & SQL). Thanks.

Ken

Upvotes: 2

Views: 944

Answers (1)

Nick Haslam
Nick Haslam

Reputation: 1510

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.....

Upvotes: 2

Related Questions