Ask the Community
Ask any professional question and get answers from other specialists.
If you mean to say difference between a SQL query and SQL stored procedure, I am differentiating it below. Every query is submited it will be compiled & then executed ... See More
Multidimensional Expressions (MDX) is a query language for OLAP databases, much like SQL is a query language for relational databases MDX is a query language that is used ... See More
Multidimensional Expressions (MDX) is the query language that you use to work with and retrieve multidimensional data in Microsoft Analysis Services. MDX is based on the ... See More
The diffrence between query and stocked procedure is: Query: The phase that identifies an efficient execution plan for evaluating a query that has the least estimated cos ... See More
Cube is a multidimensional database for Online Analytical Process (OLAP). Multidimensional Query or MDX is the scripting language is using to extract output form an OLAP ... See More
Query and stored procedure do the same thing but the difference is that a query should be compiled everytime the query is executed,while the stored procedure is in compil ... See More