Welcome to SqlServer-QA.net Sign in | Join | Help

Business Continuity (SSQA.net)

Business continuity & Contingency planning - essential and unavoidable tasks.

Browse by Tags

All Tags » sql server » analysis services   (RSS)
How to find which version of Analysis Services you are running?
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! I mean Read More...