How can i retrive Microsoft SQL Analysis Server Properties using SQL Query?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/