I am currently running SQL Server 2014 and need to install SSAS. Is it best to match the version of SSAS to the version of SQL Server installed or is it recommended that the newest version of SSAS be installed?
I figure the SQL Server environment is set up one of two ways:
1) You should usually match versions of SQL Server and SSAS for compatibility reasons (they were in theory designed for each other).
2) You should usually install the newest version of SSAS because this is the current version that the SQL Server team is focusing their most time on and thus has more bug fixes, security fixes, features, etc. than older versions.
Thanks!