Microsoft SQL analysis Server -


How can I remove Microsoft SQL Analysis Server properties using SQL Query?

thanks

Analysis Services does not use SQL queries . It uses MDX properties stored in XML files.

You can run a power script to get the information. Here's a snap-in to enable SSAS queries in PowerShell -


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -