Showing posts with label intructions. Show all posts
Showing posts with label intructions. Show all posts

Monday, March 26, 2012

How to connect to Microsoft analysis Server 2005 (9.0)

Hi People,

I need to connect directly with the Database , not with a .CUB file.

Somebody knows how it is possible (intructions in C#) ?

Where can I find all this information ?

Thanks

If you want to administer the database (create, delete, process), you can use AMO (Analysis Management Objects) with code samples at "%ProgramFiles%\Microsoft SQL Server\90\Samples\Analysis Services\Programmability\AMO".

If you want to query the database (run MDX queries), you can use ADOMD.NET.

Adrian Dumitrascu