John
John

Reputation: 721

Microsoft SQL analysis Server

How can i retrive Microsoft SQL Analysis Server Properties using SQL Query?

Thanks

Upvotes: 0

Views: 79

Answers (1)

Sam
Sam

Reputation: 7678

Analysis services does not use SQL Query. It uses MDX. Properties are stored in XML files.

You may be able to run a powershell script to get info. Here is a snap-in to enable SSAS queries in powershell - http://powerssas.codeplex.com/

Upvotes: 1

Related Questions