Browse by Tags

How to find which version of Analysis Services you are running?
Published 5 November 7 11:54 PM | SSQA.net
Using SELECT @@VERSION statement you can get simply get information of SQL Server you are running , when connected to that SQL Server instance. What if to know same for the Analysis Services components, we don't have such an easy way to find out!...