SSAS MDX and TSQL
OLAP allows users to discovery new insights using BI applications like Business Objects and Microsoft SSRRS and SSAS. MOLAP traditionally can be implemented as cube but newer technologies has made it possible to design MOLAP in a tubular format similar to pivot tables with the introduction of SSAS 2012 which is much easier. MDX queries can be called within Stored Procedures, User-defined Functions and Views using linked server. This gives the user the ability to manage the output in various format. Users without knowledge of MDX queries can utilized these database objects for various reports. Learning to write MDX queries can be hard for non technical experts. The link server has to be created first in the process between the host SQL Database and SSAS Cube. For this demonstration SQL Server 2008 is being utilized. Normal MDX query Notice the difference between MDX and regular TSQL or SQL Statements. You have to...